Skip to content

Commit

Permalink
DOC: Update link in the deprecation message for .ix
Browse files Browse the repository at this point in the history
Author: Chris Kerr <chris.kerr@athion.de>

Closes #16691 from frexvahi/update-ix-deprecated-link and squashes the following commits:

1c44ba6 [Chris Kerr] Update link in the deprecation message for .ix

(cherry picked from commit 6401b82)
  • Loading branch information
frexvahi authored and TomAugspurger committed Jul 7, 2017
1 parent 8c614ed commit 7e6f0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ def __init__(self, obj, name):
.iloc for positional indexing
See the documentation here:
http://pandas.pydata.org/pandas-docs/stable/indexing.html#deprecate_ix"""
http://pandas.pydata.org/pandas-docs/stable/indexing.html#ix-indexer-is-deprecated""" # noqa

warnings.warn(_ix_deprecation_warning,
DeprecationWarning, stacklevel=3)
Expand Down

0 comments on commit 7e6f0b9

Please sign in to comment.