diff options
| author | Raymond Hettinger <python@rcn.com> | 2015-11-24 05:04:53 (GMT) |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2015-11-24 05:04:53 (GMT) |
| commit | 2831b383e9065f84212ae724da1ae6e67effeabc (patch) | |
| tree | 4d2e96e4dabc21b5c754c2901dac74102804eb28 | |
| parent | a89013d9300e13062da465ff671f97efa0ab88a3 (diff) | |
| parent | c3f7d1753f2021e7ba00daf67fd273950070d2f3 (diff) | |
| download | cpython-2831b383e9065f84212ae724da1ae6e67effeabc.zip cpython-2831b383e9065f84212ae724da1ae6e67effeabc.tar.gz cpython-2831b383e9065f84212ae724da1ae6e67effeabc.tar.bz2 | |
merge
| -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 7ee1755..9a26a93 100644 --- a/Lib/collections/__init__.py +++ b/Lib/collections/__init__.py @@ -1,5 +1,5 @@ '''This module implements specialized container datatypes providing -alternatives to Python’s general purpose built-in containers, dict, +alternatives to Python's general purpose built-in containers, dict, list, set, and tuple. * namedtuple factory function for creating tuple subclasses with named fields |
