]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Mon, 12 May 2008 16:50:12 +0000 (16:50 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 12 May 2008 16:50:12 +0000 (16:50 +0000)
Doc/library/stdtypes.rst

index 42591879a40dde2cc0792b8dd56a976e30b6ac26..c910347e3a5a8b54e15504599baefcce81ecfcf4 100644 (file)
@@ -723,7 +723,7 @@ functions based on regular expressions.
    found.
 
 
-.. method:: str.format(format_string, *args, **ksargs)
+.. method:: str.format(format_string, *args, **kwargs)
 
    Perform a string formatting operation.  The *format_string* argument can
    contain literal text or replacement fields delimited by braces ``{}``.  Each