Fix markup.

This commit is contained in:
Georg Brandl 2009-10-13 18:10:59 +00:00
parent 5c4e6ebbf5
commit 5ffa146fde

View 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) |
+--------------------------------+-----------------------------------------------+