]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.15] Fix duplicated words in "What's new in Python 3.15" documentation (GH-153922...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Jul 2026 12:14:40 +0000 (14:14 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 12:14:40 +0000 (14:14 +0200)
Fix duplicated words in "What's new in Python 3.15" documentation (GH-153922)
(cherry picked from commit 2df69de5b36347d430aed0a959fa01e17b237331)

Co-authored-by: Michael Newman <michael.b.newman@gmail.com>
Doc/whatsnew/3.15.rst

index ae75d14a3088ba90c87fa828ec148602a43bd31c..4d5f617867e5b8176000709f4ac3b649f6a20dac 100644 (file)
@@ -1225,7 +1225,7 @@ importlib.metadata
   would return an empty ``PackageMetadata`` object as if the file
   was present but empty. Now, a ``MetadataNotFound`` exception is raised.
   See `importlib_metadata#493 <https://github.com/python/importlib_metadata/issues/493>`_
-  for background and rationale and and :gh:`143387` for rationale on the
+  for background and rationale and :gh:`143387` for rationale on the
   compatibility concerns.
   (Contributed by Jason R. Coombs.)