]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix comment
authorBenjamin Peterson <benjamin@python.org>
Sun, 9 Nov 2008 01:52:32 +0000 (01:52 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 9 Nov 2008 01:52:32 +0000 (01:52 +0000)
Lib/string.py

index daf9863850ef21ac941f3326a077b83d16577467..e4d9e4f21f6087df7d96fe0622ce6141809427ae 100644 (file)
@@ -532,9 +532,8 @@ except ImportError:
 # the Formatter class
 # see PEP 3101 for details and purpose of this class
 
-# The hard parts are reused from the C implementation.  They're
-# exposed here via the sys module.  sys was chosen because it's always
-# available and doesn't have to be dynamically loaded.
+# The hard parts are reused from the C implementation.  They're exposed as "_"
+# prefixed methods of str and unicode.
 
 # The overall parser is implemented in str._formatter_parser.
 # The field name parser is implemented in str._formatter_field_name_split