diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-02-19 03:27:48 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-02-19 03:27:48 (GMT) |
commit | dec1a45fd1b37d4688fa5846a0d32a2393808fb1 (patch) | |
tree | c0affa11a1d58436f2b109e2330bf104ae000afd /Lib/asyncio/tasks.py | |
parent | 74d519fcc685f903a9127987ae53ff75eaf17d73 (diff) | |
download | cpython-dec1a45fd1b37d4688fa5846a0d32a2393808fb1.zip cpython-dec1a45fd1b37d4688fa5846a0d32a2393808fb1.tar.gz cpython-dec1a45fd1b37d4688fa5846a0d32a2393808fb1.tar.bz2 |
asyncio: Fix spelling and typos.
Thanks to Vajrasky Kok for discovering some of them.
Diffstat (limited to 'Lib/asyncio/tasks.py')
-rw-r--r-- | Lib/asyncio/tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncio/tasks.py b/Lib/asyncio/tasks.py index b7ee758..a3e7cdf 100644 --- a/Lib/asyncio/tasks.py +++ b/Lib/asyncio/tasks.py @@ -181,7 +181,7 @@ class Task(futures.Future): The frames are always ordered from oldest to newest. - The optional limit gives the maximum nummber of frames to + The optional limit gives the maximum number of frames to return; by default all available frames are returned. Its meaning differs depending on whether a stack or a traceback is returned: the newest frames of a stack are returned, but the |