]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Missing "if".
authorRaymond Hettinger <python@rcn.com>
Fri, 22 Aug 2003 16:27:03 +0000 (16:27 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 22 Aug 2003 16:27:03 +0000 (16:27 +0000)
Doc/lib/libdatetime.tex

index 1d618738a4dde28c09de6338c5c8614486cfae9e..ce58bcfa0b63ce03aeae12195d07f994a37f3306 100644 (file)
@@ -867,7 +867,7 @@ Instance methods:
          \var{d}.toordinal() - date(\var{d}.year, 1, 1).toordinal() + 1,
          dst)}
   The \member{tm_isdst} flag of the result is set according to
-  the \method{dst()} method:  \member{tzinfo} is \code{None} or
+  the \method{dst()} method:  if \member{tzinfo} is \code{None} or
   \method{dst()} returns \code{None},
   \member{tm_isdst} is set to  \code{-1}; else if \method{dst()} returns
   a non-zero value, \member{tm_isdst} is set to \code{1};