]> granicus.if.org Git - python/commitdiff
Fix docstring typo.
authorMark Dickinson <dickinsm@gmail.com>
Fri, 29 Feb 2008 03:29:17 +0000 (03:29 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 29 Feb 2008 03:29:17 +0000 (03:29 +0000)
Lib/decimal.py

index d8abf55513cd7db51869a0e10a0d3fac29fab22d..5d25012bd0722966cb29d908fe3e07d0136e1753 100644 (file)
@@ -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',