Docstring: replace pysqlite with sqlite3#31758
Conversation
Replace two instances of "pysqlite" with "sqlite3" in sqlite3 docstrings. Also reword the same docstring with "does nothing" to "is a no-op" to align them with the docs.
24bfc2c to
ab174fb
Compare
|
@JelleZijlstra: I believe this is one of the rare cases where skip issue can be applied. Please shout out if you disagree. |
|
We could backport this. |
JelleZijlstra
left a comment
There was a problem hiding this comment.
Agree. @gvanrossum planning to merge this minor sqlite change
|
Thanks @erlend-aasland for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
|
Sorry, @erlend-aasland and @JelleZijlstra, I could not cleanly backport this to |
|
Sorry @erlend-aasland and @JelleZijlstra, I had trouble checking out the |
|
I'll backport |
Replace two instances of "pysqlite" with "sqlite3" in sqlite3 docstrings. Also reword "is a no-op" to "does nothing" for clarity.. (cherry picked from commit b33a1ae) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
|
GH-31777 is a backport of this pull request to the 3.10 branch. |
|
GH-31778 is a backport of this pull request to the 3.9 branch. |
Replace two instances of "pysqlite" with "sqlite3" in sqlite3 docstrings. Also reword "is a no-op" to "does nothing" for clarity.. (cherry picked from commit b33a1ae) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Replace two instances of "pysqlite" with "sqlite3" in sqlite3 docstrings. Also reword "is a no-op" to "does nothing" for clarity.
Replace two instances of "pysqlite" with "sqlite3" in sqlite3 docstrings. Also reword "is a no-op" to "does nothing" for clarity.. (cherry picked from commit b33a1ae) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Replace two instances of "pysqlite" with "sqlite3" in sqlite3 docstrings. Also reword "is a no-op" to "does nothing" for clarity.. (cherry picked from commit b33a1ae) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
…onGH-31778) Replace two instances of "pysqlite" with "sqlite3" in sqlite3 docstrings. Also reword "is a no-op" to "does nothing" for clarity.. (cherry picked from commit b33a1ae) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Replace two instances of "pysqlite" with "sqlite3" in sqlite3 docstrings.
Also align the docs with the docstrings for the two affected methods.