From: Georg Brandl Date: Mon, 12 May 2008 16:50:12 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v3.0b1~367 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c502b5118672b0149e919beb3d3929161120680;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 42591879a40d..c910347e3a5a 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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