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 a4ead99 commit e7bcd28Copy full SHA for e7bcd28
pandas/tseries/index.py
@@ -1528,7 +1528,7 @@ def _get_freq(self):
1528
def _set_freq(self, value):
1529
self.offset = value
1530
freq = property(fget=_get_freq, fset=_set_freq,
1531
- doc="get/set the frequncy of the Index")
+ doc="get/set the frequency of the Index")
1532
1533
year = _field_accessor('year', 'Y', "The year of the datetime")
1534
month = _field_accessor('month', 'M',
0 commit comments