diff --git a/doc/exceptions.rst b/doc/exceptions.rst index 25177090..13986ec7 100644 --- a/doc/exceptions.rst +++ b/doc/exceptions.rst @@ -267,7 +267,7 @@ Abort/Busy Etc .. exception:: InterruptError - SQLITE_INTERRUPT `__. + `SQLITE_INTERRUPT `__. Operation terminated by `sqlite3_interrupt `_ - use :meth:`Connection.interrupt`. diff --git a/doc/textsearch.rst b/doc/textsearch.rst index b58a0661..caf6db21 100644 --- a/doc/textsearch.rst +++ b/doc/textsearch.rst @@ -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