Skip to content

Commit 6457559

Browse files
Fix pre-commit
1 parent b0f90c2 commit 6457559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Other API changes
401401
- Index set operations (like union or intersection) will now ignore the dtype of
402402
an empty ``RangeIndex`` or empty ``Index`` with object dtype when determining
403403
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`)
404+
- :meth:`DataFrame.query` does not accept ``**kwargs`` anymore and requires passing keywords for desired arguments (:issue:`61405`)
405405

406406
.. ---------------------------------------------------------------------------
407407
.. _whatsnew_300.deprecations:

0 commit comments

Comments
 (0)