mirror of
https://github.com/python/cpython.git
synced 2025-09-11 11:17:16 +00:00
fix comment
This commit is contained in:
parent
d224fc6cbc
commit
b7c95ce8b8
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue