From 1c502b5118672b0149e919beb3d3929161120680 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 12 May 2008 16:50:12 +0000 Subject: Fix typo. --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 4259187..c910347 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 -- cgit v0.12