Remove incorrect apostrophe.

This commit is contained in:
Eric Smith 2010-02-15 11:55:38 +00:00
parent 5e2dd866a8
commit cef34099b5
1 changed files with 1 additions and 1 deletions

View File

@ -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