[Python-checkins] r75394 - python/trunk/Doc/library/datetime.rst

georg.brandl python-checkins at python.org
Tue Oct 13 20:11:00 CEST 2009


Author: georg.brandl
Date: Tue Oct 13 20:10:59 2009
New Revision: 75394

Log:
Fix markup.

Modified:
   python/trunk/Doc/library/datetime.rst

Modified: python/trunk/Doc/library/datetime.rst
==============================================================================
--- python/trunk/Doc/library/datetime.rst	(original)
+++ python/trunk/Doc/library/datetime.rst	Tue Oct 13 20:10:59 2009
@@ -235,7 +235,7 @@
 |                                | (-*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)              |
 +--------------------------------+-----------------------------------------------+
 


More information about the Python-checkins mailing list