Skip to content

Commit 3ad3358

Browse files
fixed trailing whitespace
1 parent ad745c4 commit 3ad3358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v1.1.0.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Sorting with keys
4444
We've added a ``key`` argument to the DataFrame and Series sorting methods, including
4545
:meth:`DataFrame.sort_values`, :meth:`DataFrame.sort_index`, :meth:`Series.sort_values`,
4646
and :meth:`Series.sort_index`. The ``key`` can be any callable function which is applied
47-
column-by-column to each column used for sorting, before sorting is performed (:issue:`27237`).
47+
column-by-column to each column used for sorting, before sorting is performed (:issue:`27237`).
4848
See :ref:`sort_values with keys <basics.sort_value_key>` and :ref:`sort_index with keys
4949
<basics.sort_index_key>` for more information.
5050

@@ -54,7 +54,7 @@ See :ref:`sort_values with keys <basics.sort_value_key>` and :ref:`sort_index wi
5454
s.sort_values()
5555
5656
57-
Note how this is sorted with capital letters first. If we apply the :meth:`Series.str.lower`
57+
Note how this is sorted with capital letters first. If we apply the :meth:`Series.str.lower`
5858
method, we get
5959

6060
.. ipython:: python

0 commit comments

Comments
 (0)