Skip to content

Commit 625b540

Browse files
committed
fixed a doc string
1 parent 7aa8be5 commit 625b540

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
@@ -8728,7 +8728,7 @@ def where(
87288728
2 4 5
87298729
3 6 7
87308730
4 8 9
8731-
>>> m = df %% 3 == 0
8731+
>>> m = df % 3 == 0
87328732
>>> df.where(m, -df)
87338733
A B
87348734
0 0 -1

0 commit comments

Comments
 (0)