Uh oh!
There was an error while loading. Please reload this page.
gh-90923: Improve sqlite3.Connection.execute* docs - #91643
Conversation
- Drop 'nonstandard'; it does not add any value - Try to be more concise - Make return value a little more explicit
AlexWaygood
left a comment
There was a problem hiding this comment.
Looks like a nice improvement! Just one nit: for terse API references, I generally think the imperative mood sounds better than the indicative ("return the cursor object" rather than "returns the cursor object").
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
erlend-aasland
commented
Apr 17, 2022
Great, thank you very much :) |
@JelleZijlstra, would you mind landing this? (I'd also appreciate your review) |
No problem! I have just realised that the rest of this document uses indicative (boo!), so my suggested revisions might actually put these entries out of place with the rest of the doc 🤦♂️ I still think it sounds better with my revisions, though, so I'll leave it to you to decide ;) |
JelleZijlstra
left a comment
There was a problem hiding this comment.
Looks good to me, I have no strong view on what mood to use.
erlend-aasland
commented
Apr 17, 2022
Imperative! :) |
miss-islington
commented
Apr 17, 2022
Thanks @erlend-aasland for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
) - Drop 'nonstandard'; it does not add any value - Try to be more concise - Make return value a little more explicit (cherry picked from commit 017f07a) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
bedevere-bot
commented
Apr 17, 2022
GH-91644 is a backport of this pull request to the 3.10 branch. |
bedevere-bot
commented
Apr 17, 2022
GH-91645 is a backport of this pull request to the 3.9 branch. |
) - Drop 'nonstandard'; it does not add any value - Try to be more concise - Make return value a little more explicit (cherry picked from commit 017f07a) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Resolves#90923