diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 06:03:08 +0200 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 06:03:08 +0200 |
| commit | 373089239b26e7445aa44a3501c7056cfa4c3728 (patch) | |
| tree | 5f2f35ff686dfa64092b06b730ed9090f6492896 /Lib/collections | |
| parent | deaa678952dd437cb8cf9f697325705ad0855029 (diff) | |
| parent | 4969f709cc07088a40574c05724d83cddc8fafc7 (diff) | |
| download | cpython-git-373089239b26e7445aa44a3501c7056cfa4c3728.tar.gz | |
#11515: Merge with 3.2.
Diffstat (limited to 'Lib/collections')
| -rw-r--r-- | Lib/collections/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/collections/__init__.py b/Lib/collections/__init__.py index 922bba28d1..c324ce3bd6 100644 --- a/Lib/collections/__init__.py +++ b/Lib/collections/__init__.py @@ -1,7 +1,7 @@ __all__ = ['deque', 'defaultdict', 'namedtuple', 'UserDict', 'UserList', 'UserString', 'Counter', 'OrderedDict'] -# For backwards compatability, continue to make the collections ABCs +# For backwards compatibility, continue to make the collections ABCs # available through the collections module. from collections.abc import * import collections.abc |
