Skip to content

Commit 7c6c2f0

Browse files
linting
1 parent 2957e60 commit 7c6c2f0

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
@@ -58,7 +58,7 @@ Note how this is sorted with capital letters first. If we apply the `ser.str.low
5858

5959
.. ipython:: python
6060
61-
s.sort_values(key=lambda x : x.str.lower)
61+
s.sort_values(key=lambda x: x.str.lower)
6262
6363
6464
When applied to a `DataFrame`, they key is applied per-column to all columns or a subset if

0 commit comments

Comments
 (0)