From: Georg Brandl Date: Tue, 13 Oct 2009 18:10:59 +0000 (+0000) Subject: Fix markup. X-Git-Tag: v2.7a1~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ffa146fde4cecede81a760c85d4ea9511b1dcc1;p=python Fix markup. --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 7251479826..54fa75513b 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -235,7 +235,7 @@ Supported operations: | | (-*t1.days*, -*t1.seconds*, | | | -*t1.microseconds*), and to *t1*\* -1. (1)(4) | +--------------------------------+-----------------------------------------------+ -| ``abs(t)`` | equivalent to +*t* when ``t.days >= 0``, and | +| ``abs(t)`` | equivalent to +\ *t* when ``t.days >= 0``, and| | | to -*t* when ``t.days < 0``. (2) | +--------------------------------+-----------------------------------------------+