Commit 094c53cf authored by Alexander Belopolsky's avatar Alexander Belopolsky

Fixed markup of tm_isdst attribute.

parent 619f16e1
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment