8000 Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript by erlend-aasland · Pull Request #27147 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000

Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript #27147

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 1 commit into from
Jul 14, 2021

Conversation

erlend-aasland
Copy link
Contributor
@erlend-aasland erlend-aasland commented Jul 14, 2021

Both executescript methods contain the same docstring typo:
"Executes a multiple SQL statements at once." => "Executes multiple SQL statements at once."

Automerge-Triggered-By: GH:pablogsal

@erlend-aasland
Copy link
Contributor Author

cc. @pablogsal

@miss-islington
Copy link
Contributor

@erlend-aasland: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 81b8c0a into python:main Jul 14, 2021
@miss-islington
Copy link
Contributor

Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington
Copy link
Contributor

Sorry, @erlend-aasland, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 81b8c0a38564deef930771afbf53d788fadc4aa6 3.10

@miss-islington miss-islington self-assigned this Jul 14, 2021
@erlend-aasland erlend-aasland deleted the sqlite-fix-docstring branch July 14, 2021 21:55
erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request Jul 14, 2021
….Cursor.executescript (pythonGH-27147)

Both `executescript` methods contain the same docstring typo:
_"Executes a multiple SQL statements at once."_ => _"Executes multiple SQL statements at once."_

Automerge-Triggered-By: GH:pablogsal.
(cherry picked from commit 81b8c0a)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Jul 14, 2021
@bedevere-bot
Copy link

GH-27151 is a backport of this pull request to the 3.10 branch.

erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request Jul 14, 2021
pablogsal pushed a commit that referenced this pull request Jul 14, 2021
….Cursor.executescript (GH-27147) (GH-27151)

Both `executescript` methods contain the same docstring typo:
_"Executes a multiple SQL statements at once."_ => _"Executes multiple SQL statements at once."_

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0