Skip to content

Commit f6d141d

Browse files
committed
Remove spurious backtick
Fixes #561 I also did a search to find this pattern in the rest of the documentation. It does occur but none of them are errors, meaning I can't add an automation.
1 parent 98ae2b0 commit f6d141d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/pysqlite.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module:
4343
through Python 3.14.
4444

4545
* APSW gives all functionality of SQLite including :doc:`full text
46-
search (FTS5) <textsearch>`, :doc:`session`, `:ref:`virtual tables
46+
search (FTS5) <textsearch>`, :doc:`session`, :ref:`virtual tables
4747
<virtualtables>`, :ref:`VFS`, :ref:`BLOB I/O <blobio>`,
4848
:ref:`backups <backup>`, :meth:`logging <apsw.ext.log_sqlite>`,
4949
:meth:`file control <Connection.file_control>`, and :meth:`tracing

0 commit comments

Comments
 (0)