diff options
author | Fred Drake <fdrake@acm.org> | 2003-01-06 15:03:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-01-06 15:03:11 (GMT) |
commit | 2b0a3d33f86d85e598bcb08be57fd4c8f0e2118b (patch) | |
tree | 134a2d47441e3d5af0e95301f9ae08065a48f8b7 /Doc | |
parent | 9f5b07dd922d151663b22609f417abb6d148330f (diff) | |
download | cpython-2b0a3d33f86d85e598bcb08be57fd4c8f0e2118b.zip cpython-2b0a3d33f86d85e598bcb08be57fd4c8f0e2118b.tar.gz cpython-2b0a3d33f86d85e598bcb08be57fd4c8f0e2118b.tar.bz2 |
Fix markup so this will format again.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libdatetime.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdatetime.tex b/Doc/lib/libdatetime.tex index 8e4eb44..8878e3b 100644 --- a/Doc/lib/libdatetime.tex +++ b/Doc/lib/libdatetime.tex @@ -1363,7 +1363,7 @@ Instance methods: \end{methoddesc} \begin{methoddesc}{astimezone}{tz} - Return a \class{datetimetz} object with new \membar{tzinfo} member + Return a \class{datetimetz} object with new \member{tzinfo} member \var{tz}. \var{tz} must be \code{None}, or an instance of a \class{tzinfo} subclass. If \var{tz} is \code{None}, \var{self} is naive, |