From: Alexander Belopolsky Date: Wed, 9 Jun 2010 17:08:11 +0000 (+0000) Subject: Fixed markup of tm_isdst attribute. X-Git-Tag: v2.7rc2~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=094c53cf6e0bfff53f8c9f9c7befc1911bb65ea6;p=thirdparty%2FPython%2Fcpython.git Fixed markup of tm_isdst attribute. --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index dc465871686f..53d416af6e27 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -928,7 +928,7 @@ Instance methods: of the result is set according to the :meth:`dst` method: :attr:`tzinfo` is ``None`` or :meth:`dst`` returns ``None``, :attr:`tm_isdst` is set to ``-1``; else if :meth:`dst` returns a non-zero value, :attr:`tm_isdst` is set to ``1``; - else ``tm_isdst`` is set to ``0``. + else :attr:`tm_isdst` is set to ``0``. .. method:: datetime.utctimetuple()