diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-19 17:54:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-19 17:54:10 (GMT) |
commit | d8a41e6391764770cfbe02f1bda7c97e761d1e6d (patch) | |
tree | e0e9c911f74c859c86d66e86095135ea2b8fff01 /Doc/lib/libtime.tex | |
parent | f6346345b0fcad09d42fc15e2fa8d460fc03c4e8 (diff) | |
download | cpython-d8a41e6391764770cfbe02f1bda7c97e761d1e6d.zip cpython-d8a41e6391764770cfbe02f1bda7c97e761d1e6d.tar.gz cpython-d8a41e6391764770cfbe02f1bda7c97e761d1e6d.tar.bz2 |
Fix an amazing number of typos & malformed sentences reported by Detlef
Lannert <lannert@uni-duesseldorf.de>.
Diffstat (limited to 'Doc/lib/libtime.tex')
-rw-r--r-- | Doc/lib/libtime.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index 0e14f4c..82007f7 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -35,7 +35,7 @@ supported if the module variable \code{accept2dyear} is a non-zero integer; this variable is initialized to \code{1} unless the environment variable \envvar{PYTHONY2K} is set to a non-empty string, in which case it is initialized to \code{0}. Thus, you can set -\envvar{PYTHONY2K} in the environment to \code{x} to require 4-digit +\envvar{PYTHONY2K} to a non-empty string in the environment to require 4-digit years for all year input. When 2-digit years are accepted, they are converted according to the \POSIX{} or X/Open standard: values 69-99 are mapped to 1969-1999, and values 0--68 are mapped to 2000--2068. |