We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f60689 commit 2957e60Copy full SHA for 2957e60
doc/source/whatsnew/v1.1.0.rst
@@ -71,7 +71,7 @@ When applied to a `DataFrame`, they key is applied per-column to all columns or
71
df.sort_values(by=['a'], key=lambda col: col.str.lower())
72
73
74
-For more details, see examples and documentation in :meth:`DataFrame.sort_values`,
+For more details, see examples and documentation in :meth:`DataFrame.sort_values`,
75
:meth:`Series.sort_values`, and :meth:`~DataFrame.sort_index`.
76
77
.. _whatsnew_110.timestamp_fold_support:
0 commit comments