]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typos in documentation and comments (GH-102374)
authorMichael K <michael-k@users.noreply.github.com>
Thu, 2 Mar 2023 15:26:49 +0000 (16:26 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2023 15:26:49 +0000 (07:26 -0800)
commit73250000ac7d6a5e41917e8bcea7234444cbde78
treefa858e37aebe1630ebd2f81d32748bd42ecf7ceb
parented55c69ebd74178115cd8b080f7f8e7588cd5fda
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
Doc/library/sqlite3.rst
Doc/library/typing.rst
Lib/zoneinfo/_zoneinfo.py
Objects/typeobject.c