Skip to content

Commit 8598ec2

Browse files
author
Albert Villanova del Moral
committed
Fix typo in documentation
1 parent c10bfc5 commit 8598ec2

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
@@ -1527,7 +1527,7 @@ def _get_freq(self):
15271527
def _set_freq(self, value):
15281528
self.offset = value
15291529
freq = property(fget=_get_freq, fset=_set_freq,
1530-
doc="get/set the frequncy of the Index")
1530+
doc="get/set the frequency of the Index")
15311531

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

0 commit comments

Comments
 (0)