diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-08-29 10:38:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 10:38:03 (GMT) |
commit | ae9bbd16d8f093304168f0058282df930a04f710 (patch) | |
tree | 150c8b3dd3f9728152250de5ca5c160a21a4512f /Doc/library/sqlite3.rst | |
parent | 7c7b2bfb3f5173936443f3f270788dd6d8f2c7cc (diff) | |
download | cpython-ae9bbd16d8f093304168f0058282df930a04f710.zip cpython-ae9bbd16d8f093304168f0058282df930a04f710.tar.gz cpython-ae9bbd16d8f093304168f0058282df930a04f710.tar.bz2 |
[3.12] Fix misc doc typos (GH-108592) (#108594)
Fix misc doc typos (GH-108592)
(cherry picked from commit 88f1c5b454c34efc167a94b5e2d67ec042834e5b)
Co-authored-by: xzmeng <aumo@foxmail.com>
Diffstat (limited to 'Doc/library/sqlite3.rst')
-rw-r--r-- | Doc/library/sqlite3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 93ca468..d5afaa1 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -1547,7 +1547,7 @@ Cursor objects :raises ProgrammingError: If *sql* contains more than one SQL statement, - or is not a DML statment. + or is not a DML statement. Example: |