Fix docstring typo.

This commit is contained in:
Mark Dickinson 2008-02-29 03:29:17 +00:00
parent 08ff6822cc
commit f4da77765f
1 changed files with 1 additions and 1 deletions

View File

@ -3456,7 +3456,7 @@ def __deepcopy__(self, memo):
# PEP 3101 support. See also _parse_format_specifier and _format_align
def __format__(self, specifier, context=None):
"""Format a Decimal class according to the given specifier.
"""Format a Decimal instance according to the given specifier.
The specifier should be a standard format specifier, with the
form described in PEP 3101. Formatting types 'e', 'E', 'f',