Commit b7c95ce8 authored by Benjamin Peterson's avatar Benjamin Peterson

fix comment

parent d224fc6c
...@@ -532,9 +532,8 @@ except ImportError: ...@@ -532,9 +532,8 @@ except ImportError:
# the Formatter class # the Formatter class
# see PEP 3101 for details and purpose of this class # see PEP 3101 for details and purpose of this class
# The hard parts are reused from the C implementation. They're # The hard parts are reused from the C implementation. They're exposed as "_"
# exposed here via the sys module. sys was chosen because it's always # prefixed methods of str and unicode.
# available and doesn't have to be dynamically loaded.
# The overall parser is implemented in str._formatter_parser. # The overall parser is implemented in str._formatter_parser.
# The field name parser is implemented in str._formatter_field_name_split # The field name parser is implemented in str._formatter_field_name_split
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment