8000 gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs by erlend-aasland · Pull Request #94636 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs #94636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jul 30, 2022
Prev Previous commit
Next Next commit
Don't link to the module inside the module docs
  • Loading branch information
Erlend Egeberg Aasland authored Jul 30, 2022
commit d53d11d4b1d362252c1bae2423e6c5ecaa0a7fd4
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@ This is how SQLite types are converted to Python types by default:
The type system of the :mod:`sqlite3` module is extensible in two ways: you can
store additional Python types in an SQLite database via
:ref:`object adapters <sqlite3-adapters>`,
and you can let the :mod:`sqlite3` module convert SQLite types to
and you can let the ``sqlite3`` module convert SQLite types to
Python types via :ref:`converters <sqlite3-converters>`.


Expand Down
0