8000 DOC: Update Sphinx Deprecated Directive by GuessWhoSamFoo · Pull Request #16512 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: Update Sphinx Deprecated Directive #16512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 27, 2017
Prev Previous commit
Next Next commit
Fixed whitespace
  • Loading branch information
GuessWhoSamFoo committed May 26, 2017
commit 400bb404f92fb461a26b5db92ee970358f346dc8
2 changes: 1 addition & 1 deletion pandas/core/indexes/period.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def asfreq(self, freq=None, how='E'):

def to_datetime(self, dayfirst=False):
"""
.. deprecated::
.. deprecated:: 0.19.0
Use :meth:`to_timestamp` instead.

Cast to DatetimeIndex.
Expand Down
0