We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c73da commit c53f2c2Copy full SHA for c53f2c2
doc/source/whatsnew/v0.23.1.txt
@@ -119,4 +119,4 @@ Other
119
120
- Tab completion on :class:`Index` in IPython no longer outputs deprecation warnings (:issue:`21125`)
121
- Bug preventing pandas from being importable with -OO optimization (:issue:`21071`)
122
-- Timestamp resolution returns a :class:`Timedelta` rather than a normal `timedelta` object (:issue:`21336`)
+- Timestamp resolution returns a :class:`Timedelta` (in nanoseconds) rather than a normal `timedelta` object (in microseconds) (:issue:`21336`)
0 commit comments