Skip to content

Commit

Permalink
two nits found by sphinx-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Nov 27, 2024
1 parent 591709b commit d045c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Abort/Busy Etc

.. exception:: InterruptError

SQLITE_INTERRUPT <https://sqlite.org/rescode.html#interrupt>`__.
`SQLITE_INTERRUPT <https://sqlite.org/rescode.html#interrupt>`__.
Operation terminated by `sqlite3_interrupt
<https://sqlite.org/c3ref/interrupt.html>`_ - use
:meth:`Connection.interrupt`.
Expand Down
2 changes: 1 addition & 1 deletion doc/textsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ SQLite includes 4 builtin tokenizers while APSW provides several more.
* - :func:`NGramTokenizer`
- Generates ngrams from the text, where you can specify the sizes
and unicode categories. Useful for doing autocomplete as you
type, and substring searches. Unlike``trigram`` this works on
type, and substring searches. Unlike ``trigram`` this works on
units of Unicode grapheme clusters not individual codepoints.
* - :func:`HTMLTokenizer`
- Wrapper that converts HTML to plan text for a further tokenizer
Expand Down

0 comments on commit d045c27

Please sign in to comment.