Skip to content

Commit 7dada7c

Browse files
committed
fixed a doc string
1 parent 9e81ad0 commit 7dada7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8675,7 +8675,7 @@ def where(
86758675
2 4 5
86768676
3 6 7
86778677
4 8 9
8678-
>>> m = df %% 3 == 0
8678+
>>> m = df % 3 == 0
86798679
>>> df.where(m, -df)
86808680
A B
86818681
0 0 -1

0 commit comments

Comments
 (0)