Skip to content

Commit 39fd640

Browse files
taljaardsrhshadrach
authored andcommitted
Fix typo (pandas-dev#33861)
1 parent 23d7172 commit 39fd640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimelike.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ def freqstr(self):
10661066
@property # NB: override with cache_readonly in immutable subclasses
10671067
def inferred_freq(self):
10681068
"""
1069-
Tryies to return a string representing a frequency guess,
1069+
Tries to return a string representing a frequency guess,
10701070
generated by infer_freq. Returns None if it can't autodetect the
10711071
frequency.
10721072
"""

0 commit comments

Comments
 (0)