Skip to content

Commit

Permalink
Merge branch '0.3' into 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed May 30, 2014
2 parents ef2a387 + f78171f commit 0411e54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/rpc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -619,13 +619,13 @@ Table of predefined translators:
+---------+-------------------------------+
| Ordinal | Class |
+=========+===============================+
+ 123 | :class:`datetime.tzinfo` |
| 123 | :class:`datetime.tzinfo` |
+---------+-------------------------------+
+ 124 | :class:`datetime.timedelta` |
| 124 | :class:`datetime.timedelta` |
+---------+-------------------------------+
+ 125 | :class:`datetime.time` |
| 125 | :class:`datetime.time` |
+---------+-------------------------------+
+ 126 | :class:`datetime.datetime` |
| 126 | :class:`datetime.datetime` |
+---------+-------------------------------+
| 127 | :class:`datetime.date` |
+---------+-------------------------------+
Expand Down

0 comments on commit 0411e54

Please sign in to comment.