diff options
author | Georg Brandl <georg@python.org> | 2006-01-22 19:38:05 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-22 19:38:05 (GMT) |
commit | 56ace784652dc12f33b72113cb3a5a4149973c7b (patch) | |
tree | f106ac3e4beb0f2f60b248c4cfedeac6794725f4 /Doc | |
parent | 4865e4a56f3dba9bf0e5a41c8e07b07a59d9e35a (diff) | |
download | cpython-56ace784652dc12f33b72113cb3a5a4149973c7b.zip cpython-56ace784652dc12f33b72113cb3a5a4149973c7b.tar.gz cpython-56ace784652dc12f33b72113cb3a5a4149973c7b.tar.bz2 |
typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libtime.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index bd35ed9..8045a63 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -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 |