diff options
author | Georg Brandl <georg@python.org> | 2006-01-22 19:38:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-22 19:38:07 (GMT) |
commit | ea3aa8ff7297288e60caa3f21fa055dca279bbc6 (patch) | |
tree | 838a9000d964dad830a400425a971bec3e4b5188 | |
parent | b52ba9d908797c2ffbd9694d3fd8b4e7716e85eb (diff) | |
download | cpython-ea3aa8ff7297288e60caa3f21fa055dca279bbc6.zip cpython-ea3aa8ff7297288e60caa3f21fa055dca279bbc6.tar.gz cpython-ea3aa8ff7297288e60caa3f21fa055dca279bbc6.tar.bz2 |
typo
-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 |