Skip to content

Commit

Permalink
docs: remove code-block:: python from docs (lancedb#1366)
Browse files Browse the repository at this point in the history
- refer lancedb#1264
- fixed minor documentation issue
  • Loading branch information
harsha-mangena authored Jun 11, 2024
1 parent bc19a75 commit a45656b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/python/lancedb/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def create_scalar_index(
For example, the following scan will be faster if the column ``my_col`` has
a scalar index:
.. code-block:: python
import lancedb
Expand All @@ -348,8 +347,6 @@ def create_scalar_index(
Scalar indices can also speed up scans containing a vector search and a
prefilter:
.. code-block::python
import lancedb
db = lancedb.connect("/data/lance")
Expand Down Expand Up @@ -385,7 +382,6 @@ def create_scalar_index(
Examples
--------
.. code-block:: python
import lance
Expand Down

0 comments on commit a45656b

Please sign in to comment.