Skip to content

Commit 76fcbb0

Browse files
committed
Add missing single quote to docstring
1 parent 0cdc6a4 commit 76fcbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2443,7 +2443,7 @@ timedelta}, default 'raise'
24432443
* 'NaT' will return NaT for an ambiguous time.
24442444
* 'raise' will raise an AmbiguousTimeError for an ambiguous time.
24452445
2446-
nonexistent : 'shift_forward', 'shift_backward, 'NaT', timedelta, \
2446+
nonexistent : 'shift_forward', 'shift_backward', 'NaT', timedelta, \
24472447
default 'raise'
24482448
A nonexistent time does not exist in a particular timezone
24492449
where clocks moved forward due to DST.

0 commit comments

Comments
 (0)