commit | d2f0726f86d5d2b2e88100996d765d6b4d37d2c9 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Nov 23 21:00:45 2015 -0800 |
committer | Raymond Hettinger <python@rcn.com> | Mon Nov 23 21:00:45 2015 -0800 |
tree | 3c8a6b55ea31f0730e7c01907024aeb5a7d4b825 | |
parent | 5fda2f6fb713b9bf76a1918278018a5e3feaa2d1 [diff] [blame] |
Fix non-ascii character
diff --git a/Lib/collections.py b/Lib/collections.py index 66e8a24..7ecfd46 100644 --- a/Lib/collections.py +++ b/Lib/collections.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