diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 06:19:42 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 06:19:42 (GMT) |
commit | cc71a795df4986bca5f88ce1e30f81608ca7387d (patch) | |
tree | 2372590be9a189f04f3e1cd048af3fd5255a4ae7 /Doc | |
parent | 28f35b24b67961626caa00dfee2c18223a05b696 (diff) | |
download | cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.zip cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.gz cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.bz2 |
Fix typos in documentation and comments
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/dis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 1bcb3a4..68c196e 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -708,7 +708,7 @@ the more significant byte last. Implements assignment with a starred target: Unpacks an iterable in TOS into individual values, where the total number of values can be smaller than the - number of items in the iterable: one the new values will be a list of all + number of items in the iterable: one of the new values will be a list of all leftover items. The low byte of *counts* is the number of values before the list value, the |