Skip to content

Commit a844533

Browse files
author
Ruchita Deshmukh
committed
1 parent 045da43 commit a844533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/generic.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6672,8 +6672,8 @@ def replace(
66726672

66736673
if value is None and not replace_by_none:
66746674

6675-
# passing a single value that is scalar like
6676-
# when value is None (GH5319), for compat
6675+
# passing a single value that is scalar like
6676+
# when value is None (GH5319), for compat
66776677

66786678
if not is_dict_like(to_replace) and not is_dict_like(regex):
66796679

0 commit comments

Comments
 (0)