From: Fred Drake Date: Mon, 6 Jan 2003 15:03:11 +0000 (+0000) Subject: Fix markup so this will format again. X-Git-Tag: v2.3c1~2570 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b0a3d33f86d85e598bcb08be57fd4c8f0e2118b;p=thirdparty%2FPython%2Fcpython.git Fix markup so this will format again. --- diff --git a/Doc/lib/libdatetime.tex b/Doc/lib/libdatetime.tex index 8e4eb44bb59a..8878e3bee054 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,