We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6417649 commit d3927b0Copy full SHA for d3927b0
doc/source/user_guide/timeseries.rst
@@ -2570,7 +2570,7 @@ because daylight savings time (DST) in a local time zone causes some times to oc
2570
twice within one day ("clocks fall back"). The following options are available:
2571
2572
* ``'raise'``: Raises a ``ValueError`` (the default behavior)
2573
-* ``'infer'``: Attempt to determine the correct offset base on the monotonicity of the timestamps
+* ``'infer'``: Attempt to determine the correct offset based on the monotonicity of the timestamps
2574
* ``'NaT'``: Replaces ambiguous times with ``NaT``
2575
* ``bool``: ``True`` represents a DST time, ``False`` represents non-DST time. An array-like of ``bool`` values is supported for a sequence of times.
2576
0 commit comments