From cef34099b5a9384bab862e45b6438b86315f571c Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Mon, 15 Feb 2010 11:55:38 +0000 Subject: [PATCH] Remove incorrect apostrophe. --- Doc/library/string.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 8f8e1658b2..1e4ab73e64 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -273,7 +273,7 @@ Some examples:: The *format_spec* field contains a specification of how the value should be presented, including such details as field width, alignment, padding, decimal -precision and so on. Each value type can define it's own "formatting +precision and so on. Each value type can define its own "formatting mini-language" or interpretation of the *format_spec*. Most built-in types support a common formatting mini-language, which is -- 2.50.1