]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] Fix typos in documentation and comments (GH-102374) (#102377)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Thu, 2 Mar 2023 16:45:01 +0000 (16:45 +0000)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2023 16:45:01 +0000 (16:45 +0000)
commit47cc6fac4b871f97a9fab30cea4b6465571db2fb
tree91250f0b2757d883c47754aadd216131dfa0c971
parenta8f9a82881cf925107b39d2bd452ab9dacc99157
[3.10] Fix typos in documentation and comments (GH-102374) (#102377)

Fix typos in documentation and comments (GH-102374)

Found some duplicate `to`s in the documentation and some code comments and fixed them.

[Misc/NEWS.d/3.12.0a1.rst](https://github.com/python/cpython/blob/ed55c69ebd74178115cd8b080f7f8e7588cd5fda/Misc/NEWS.d/3.12.0a1.rst) also contains two duplicate `to`s, but I wasn't sure if it's ok to touch that file.  Looks auto generated.  I'm happy to amend the PR if requested. :)

Automerge-Triggered-By: GH:AlexWaygood
Co-authored-by: Michael K <michael-k@users.noreply.github.com>
Doc/library/sqlite3.rst
Lib/zoneinfo/_zoneinfo.py