mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 01:44:31 +02:00
Typo
This commit is contained in:
parent
c611ed80d2
commit
70e1f831a0
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ You can then run searches using the ``.search()`` method:
|
|||
|
||||
rows = dogs.search("cleo")
|
||||
|
||||
If you insert additioal records into the table you will need to refresh the search index using ``populate_fts()``:
|
||||
If you insert additional records into the table you will need to refresh the search index using ``populate_fts()``:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue