[Python-checkins] cpython (2.7): Fix non-ascii character

raymond.hettinger python-checkins at python.org
Tue Nov 24 00:00:54 EST 2015


https://hg.python.org/cpython/rev/01444d85bfe0
changeset: 99324:01444d85bfe0
branch: 2.7
user: Raymond Hettinger <python at rcn.com>
date: Mon Nov 23 21:00:45 2015 -0800
summary:
 Fix non-ascii character
files:
 Lib/collections.py | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/collections.py b/Lib/collections.py
--- 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
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /