Just a small typo at http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DatetimeIndex.freq.html#pandas.DatetimeIndex.freq
It says "get/set the frequncy of the Index" instead of "get/set the frequency of the Index"
Comment From: jreback
can you submit a PR?
Comment From: caph1993
I don't think so, I'm new to github. Could you do that instead?
Comment From: TomAugspurger
This is fixed in master (dev docs at http://pandas-docs.github.io/pandas-docs-travis/generated/pandas.DatetimeIndex.freq.html#pandas.DatetimeIndex.freq)
Thanks for the report though.