]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Fix typos in documentation and comments (GH-102374) (#102376)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Thu, 2 Mar 2023 16:00:06 +0000 (16:00 +0000)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2023 16:00:06 +0000 (16:00 +0000)
commit3b1201daf6fa1fb6aac96868f489e2e17b28d356
treeacbc373f45ab64426e47b28330349031937da7cf
parent9a5f2e8562a4349bfb1b00465f75ee270592744e
 [3.11] Fix typos in documentation and comments (GH-102374) (#102376)

[3.11] 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
Doc/library/typing.rst
Lib/zoneinfo/_zoneinfo.py