mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
typo
This commit is contained in:
parent
06cc973d06
commit
67db9a5b72
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ returned by \function{ctime()}. If \var{string} cannot be parsed
|
||||||
according to \var{format}, \exception{ValueError} is raised. If the
|
according to \var{format}, \exception{ValueError} is raised. If the
|
||||||
string to be parsed has excess data after parsing,
|
string to be parsed has excess data after parsing,
|
||||||
\exception{ValueError} is raised. The default values used to fill in
|
\exception{ValueError} is raised. The default values used to fill in
|
||||||
any missing data is \code{(1900, 1, 1, 0, 0, 0, 0, 1, -1)} .
|
any missing data are \code{(1900, 1, 1, 0, 0, 0, 0, 1, -1)} .
|
||||||
|
|
||||||
Support for the \code{\%Z} directive is based on the values contained in
|
Support for the \code{\%Z} directive is based on the values contained in
|
||||||
\code{tzname} and whether \code{daylight} is true. Because of this,
|
\code{tzname} and whether \code{daylight} is true. Because of this,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue