Skip to content

Commit 7da5bb6

Browse files
committed
🚨 Adding spaces after comma.
1 parent 99332e4 commit 7da5bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7154,8 +7154,8 @@ def abs(self):
71547154
71557155
>>> df = pd.DataFrame({
71567156
... 'a': [4, 5, 6, 7],
7157-
... 'b': [10,20,30,40],
7158-
... 'c': [100,50,-30,-50]
7157+
... 'b': [10, 20, 30, 40],
7158+
... 'c': [100, 50, -30, -50]
71597159
... })
71607160
>>> df
71617161
a b c

0 commit comments

Comments
 (0)