mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix markup.
This commit is contained in:
parent
5c4e6ebbf5
commit
5ffa146fde
1 changed files with 1 additions and 1 deletions
|
@ -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) |
|
||||
+--------------------------------+-----------------------------------------------+
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue