diff options
-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 |