This commit is contained in:
Simon Willison 2018-07-31 18:32:03 -07:00
commit 70e1f831a0

View file

@ -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