Closed
Description
We're generating markdown docs using a Sphinx extension.
I noticed that the .. code-block:: python
bit has a leading space. This results in an incorrectly formatted markdown file.
redis-vl-python/redisvl/query/aggregate.py
Lines 19 to 25 in 4154aae
compared to the correct:
redis-vl-python/redisvl/query/query.py
Lines 690 to 694 in 4154aae