From: Mark Dickinson Date: Fri, 29 Feb 2008 03:29:17 +0000 (+0000) Subject: Fix docstring typo. X-Git-Tag: v2.6a1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4da77765f8581e31620e9f49c68028e57b0ae85;p=python Fix docstring typo. --- diff --git a/Lib/decimal.py b/Lib/decimal.py index d8abf55513..5d25012bd0 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -3456,7 +3456,7 @@ class Decimal(object): # 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',