From 5ffa146fde4cecede81a760c85d4ea9511b1dcc1 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 13 Oct 2009 18:10:59 +0000 Subject: Fix markup. --- Doc/library/datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 7251479..54fa755 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) | +--------------------------------+-----------------------------------------------+ -- cgit v0.12