mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
typo
This commit is contained in:
parent
4865e4a56f
commit
56ace78465
1 changed files with 2 additions and 1 deletions
|
@ -225,7 +225,8 @@ used. \var{format} must be a string. \exception{ValueError} is raised
|
|||
if any field in \var{t} is outside of the allowed range.
|
||||
\versionchanged[Allowed \var{t} to be omitted]{2.1}
|
||||
\versionchanged[\exception{ValueError} raised if a field in \var{t} is
|
||||
out of range.]{2.4}
|
||||
out of range]{2.4}
|
||||
|
||||
|
||||
The following directives can be embedded in the \var{format} string.
|
||||
They are shown without the optional field width and precision
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue