We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f90c2 commit 6457559Copy full SHA for 6457559
doc/source/whatsnew/v3.0.0.rst
@@ -401,7 +401,7 @@ Other API changes
401
- Index set operations (like union or intersection) will now ignore the dtype of
402
an empty ``RangeIndex`` or empty ``Index`` with object dtype when determining
403
the dtype of the resulting Index (:issue:`60797`)
404
-- `DataFrame.query` does not accept `**kwargs` anymore and requires passing keywords for desired arguments (:issue:`61405`)
+- :meth:`DataFrame.query` does not accept ``**kwargs`` anymore and requires passing keywords for desired arguments (:issue:`61405`)
405
406
.. ---------------------------------------------------------------------------
407
.. _whatsnew_300.deprecations:
0 commit comments