Skip to content

Commit 1cf4614

Browse files
Terji PetersenTerji Petersen
Terji Petersen
authored and
Terji Petersen
committed
add GH number
1 parent 9b7f59c commit 1cf4614

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/whatsnew/v2.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ Other API changes
503503
Deprecations
504504
~~~~~~~~~~~~
505505
- Deprecated argument ``infer_datetime_format`` in :func:`to_datetime` and :func:`read_csv`, as a strict version of it is now the default (:issue:`48621`)
506-
- :meth:`Index.holds_integer` has been deprecated. Use :func:`pandas.api.types.infer_dtype` instead (:issue:`xxxxx`)
506+
- :meth:`Index.holds_integer` has been deprecated. Use :func:`pandas.api.types.infer_dtype` instead (:issue:`50243`)
507507
.. ---------------------------------------------------------------------------
508508
509509
.. _whatsnew_200.prior_deprecations:

pandas/tests/indexes/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ def test_inv(self, simple_index):
796796
~Series(idx)
797797

798798
def test_holds_integer_deprecated(selfm, simple_index):
799-
# GHXXXXX
799+
# GH50243
800800
idx = simple_index
801801
with tm.assert_produces_warning(FutureWarning):
802802
idx.holds_integer()

0 commit comments

Comments
 (0)