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
Doc: normalise pre-acronym determiners #31772
Doc: normalise pre-acronym determiners #31772
Conversation
For consistency, replace "a SQL" with "an SQL".
|
Triggered by #31753 (comment) |
It's good to make this consistent in the sqlite docs. There are two more instances in howto/functional.rst and Lib/socketserver.py, but I think we can leave those alone since they're not directly about SQLite.
@gvanrossum I'm planning to merge this soon
|
There's a merge conflict, could you regenerate Argument Clinic? |
|
Thanks @erlend-aasland for the PR, and @JelleZijlstra for merging it |
|
Sorry, @erlend-aasland and @JelleZijlstra, I could not cleanly backport this to |
|
Sorry @erlend-aasland and @JelleZijlstra, I had trouble checking out the |
|
Thanks @erlend-aasland for the PR, and @JelleZijlstra for merging it |
|
Sorry, @erlend-aasland and @JelleZijlstra, I could not cleanly backport this to |
|
GH-31806 is a backport of this pull request to the 3.10 branch. |
For consistency, replace "a SQL" with "an SQL".. (cherry picked from commit 2d5835a) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
|
GH-31807 is a backport of this pull request to the 3.9 branch. |
For consistency, replace "a SQL" with "an SQL".. (cherry picked from commit 2d5835a) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
For consistency, replace seven instances of "a SQL" with "an SQL" in sqlite3 docs/docstrings.