]> granicus.if.org Git - python/commitdiff
Fix markup.
authorGeorg Brandl <georg@python.org>
Tue, 13 Oct 2009 18:10:59 +0000 (18:10 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 Oct 2009 18:10:59 +0000 (18:10 +0000)
Doc/library/datetime.rst

index 7251479826f49526fd886ac319193b44ec6233e8..54fa75513b0b5c91d2bda3900801a559523c3058 100644 (file)
@@ -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)              |
 +--------------------------------+-----------------------------------------------+