Skip to content

Commit e2dfa58

Browse files
committed
match NaT doc
1 parent d96a390 commit e2dfa58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/_libs/tslibs/nattype.pyx

+3-1
Original file line numberDiff line numberDiff line change
@@ -478,11 +478,13 @@ class NaTType(_NaT):
478478
tz : string, pytz.timezone, dateutil.tz.tzfile or None
479479
Time zone for time which Timestamp will be converted to.
480480
None will remove timezone holding local time.
481+
481482
ambiguous : bool, 'NaT', default 'raise'
482483
- bool contains flags to determine if time is dst or not (note
483-
that this flag is only applicable for ambiguous fall dst dates)
484+
that this flag is only applicable for ambiguous fall dst dates)
484485
- 'NaT' will return NaT for an ambiguous time
485486
- 'raise' will raise an AmbiguousTimeError for an ambiguous time
487+
486488
errors : 'raise', 'coerce', default 'raise'
487489
- 'raise' will raise a NonExistentTimeError if a timestamp is not
488490
valid in the specified timezone (e.g. due to a transition from

0 commit comments

Comments
 (0)