]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Docs: align the param spec of sqlite3.Connection methods with the implementation...
authorErlend E. Aasland <erlend@python.org>
Tue, 22 Aug 2023 13:20:58 +0000 (15:20 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 13:20:58 +0000 (13:20 +0000)
commit893215a4e7f59eabb8ccdf188c4b9b1de5bd8966
treeffbd0947f361bf95a4dacdbed77c832aa0df8852
parentd7202e4879bf4e7e00a69500ddcb3143864139b4
Docs: align the param spec of sqlite3.Connection methods with the implementation (#108285)

- no parameters of create_aggregate() are positional-only
- all parameters of create_collation() are positional-only
Doc/library/sqlite3.rst