Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Willison committed Aug 1, 2018
1 parent c611ed8 commit 70e1f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70e1f83

Please sign in to comment.