From: Benjamin Peterson Date: Thu, 26 Feb 2009 00:30:11 +0000 (+0000) Subject: fix str.format()'s first arg #5371 X-Git-Tag: v2.7a1~1943 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a168698ab3108d3f8d35feed3d0c449ebeda5467;p=python fix str.format()'s first arg #5371 --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index fe78be7842..7338f95254 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -892,7 +892,7 @@ string functions based on regular expressions. found. -.. method:: str.format(format_string, *args, **kwargs) +.. method:: str.format(*args, **kwargs) Perform a string formatting operation. The *format_string* argument can contain literal text or replacement fields delimited by braces ``{}``. Each