mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
This commit is contained in:
parent
c92bf83a82
commit
fa089b9b0b
224 changed files with 539 additions and 136 deletions
|
@ -3,8 +3,12 @@
|
|||
|
||||
.. module:: sqlite3
|
||||
:synopsis: A DB-API 2.0 implementation using SQLite 3.x.
|
||||
|
||||
.. sectionauthor:: Gerhard Häring <gh@ghaering.de>
|
||||
|
||||
**Source code:** :source:`Lib/sqlite3/`
|
||||
|
||||
--------------
|
||||
|
||||
SQLite is a C library that provides a lightweight disk-based database that
|
||||
doesn't require a separate server process and allows accessing the database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue