Skip to content

Commit 2957e60

Browse files
removed trailing whitespace
1 parent 1f60689 commit 2957e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ When applied to a `DataFrame`, they key is applied per-column to all columns or
7171
df.sort_values(by=['a'], key=lambda col: col.str.lower())
7272
7373
74-
For more details, see examples and documentation in :meth:`DataFrame.sort_values`,
74+
For more details, see examples and documentation in :meth:`DataFrame.sort_values`,
7575
:meth:`Series.sort_values`, and :meth:`~DataFrame.sort_index`.
7676

7777
.. _whatsnew_110.timestamp_fold_support:

0 commit comments

Comments
 (0)