diff options
-rw-r--r-- | Doc/library/string.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst index f79eae5..1bdad61 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -248,7 +248,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 |