8000 gh-95273: Improve sqlite3.complete_statement docs by erlend-aasland · Pull Request #95840 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-95273: Improve sqlite3.complete_statement docs #95840

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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typo
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
  • Loading branch information
Erlend E. Aasland and ezio-melotti authored Aug 10, 2022
commit 4c85590e0d151aea27c001a9d545a12e0d035537
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Module functions
one or more complete SQL statements.
No syntactic verification or parsing of any kind is performed,
other than checking that there are no unclosed string literals
and the statment is terminated by a semicolon.
and the statement is terminated by a semicolon.

This function may be useful during command-line input
to determine if the entered text seems to form a complete SQL statement,
Expand Down
0