Skip to content

Commit e7bcd28

Browse files
Albert Villanova del Moraljreback
Albert Villanova del Moral
authored andcommitted
Fix typo in documentation
1 parent a4ead99 commit e7bcd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tseries/index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ def _get_freq(self):
15281528
def _set_freq(self, value):
15291529
self.offset = value
15301530
freq = property(fget=_get_freq, fset=_set_freq,
1531-
doc="get/set the frequncy of the Index")
1531+
doc="get/set the frequency of the Index")
15321532

15331533
year = _field_accessor('year', 'Y', "The year of the datetime")
15341534
month = _field_accessor('month', 'M',

0 commit comments

Comments
 (0)