Skip to content

Commit a34ad53

Browse files
DOC: df.to_html documentation incorrectly contains min_rows optional param (release note) (#44506)
1 parent 8c4bd0e commit a34ad53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.4.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for mor
398398
Other API changes
399399
^^^^^^^^^^^^^^^^^
400400
- :meth:`Index.get_indexer_for` no longer accepts keyword arguments (other than 'target'); in the past these would be silently ignored if the index was not unique (:issue:`42310`)
401+
- Change in the position of the ``min_rows`` argument in :meth:`DataFrame.to_string` due to change in the docstring (:issue:`44304`)
401402
-
402403

403404
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)