]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix duplicated words in "What's new in Python 3.15" documentation (#153922)
authorMichael Newman <michael.b.newman@gmail.com>
Sat, 18 Jul 2026 11:55:56 +0000 (07:55 -0400)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 11:55:56 +0000 (13:55 +0200)
Doc/whatsnew/3.15.rst

index 8cba187bf31dd16b8e253b5a653cebad27ec2d6c..df2ca138db32b50446f90a93c26c892870693898 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.)