Skip to content

Commit f0a9f3d

Browse files
ischurovShaharBental
authored andcommitted
minor typo correction (pandas-dev#14966)
1 parent d5f936c commit f0a9f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/timeseries.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -494,13 +494,13 @@ For example, let us consider ``Series`` object which index has minute resolution
494494
'2012-01-01 00:02:00']))
495495
series_minute.index.resolution
496496
497-
A Timestamp string less accurate than a minute gives a ``Series`` object.
497+
A timestamp string less accurate than a minute gives a ``Series`` object.
498498

499499
.. ipython:: python
500500
501501
series_minute['2011-12-31 23']
502502
503-
A Timestamp string with minute resolution (or more accurate), gives a scalar instead, i.e. it is not casted to a slice.
503+
A timestamp string with minute resolution (or more accurate), gives a scalar instead, i.e. it is not casted to a slice.
504504

505505
.. ipython:: python
506506

0 commit comments

Comments
 (0)