]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in functions.rst (GH-21131)
authorRam Rachum <ram@rachum.com>
Thu, 25 Jun 2020 21:50:37 +0000 (00:50 +0300)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 21:50:37 +0000 (14:50 -0700)
Doc/library/functions.rst

index 0577de6fbfeeb89f7328b543002ac70654b6b53e..f4110c3585a0bc7349ddfd33bb0f3350f15ae111 100644 (file)
@@ -1773,7 +1773,7 @@ are always available.  They are listed here in alphabetical order.
         ValueError: zip() argument 2 is longer than argument 1
 
      Without the ``strict=True`` argument, any bug that results in iterables of
-     different lengths will be silenced, possibly mainfesting as a hard-to-find
+     different lengths will be silenced, possibly manifesting as a hard-to-find
      bug in another part of the program.
 
    * Shorter iterables can be padded with a constant value to make all the