[Python-checkins] Fix typo in functions.rst (GH-21131)

Ram Rachum webhook-mailer at python.org
Thu Jun 25 17:50:47 EDT 2020


https://github.com/python/cpython/commit/77ed29b2c2742b694cac6db5976afc31b58e4803
commit: 77ed29b2c2742b694cac6db5976afc31b58e4803
branch: master
author: Ram Rachum <ram at rachum.com>
committer: GitHub <noreply at github.com>
date: 2020-06-25T14:50:37-07:00
summary:

Fix typo in functions.rst (GH-21131)

files:
M Doc/library/functions.rst

diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 0577de6fbfeeb..f4110c3585a0b 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -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



More information about the Python-checkins mailing list