Skip to content

Commit a3f688a

Browse files
committed
minor docstring
1 parent be6ad72 commit a3f688a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pandas/core/internals/blocks.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -777,10 +777,9 @@ def copy(self, deep=True, mgr=None):
777777

778778
def replace(self, to_replace, value, inplace=False, filter=None,
779779
regex=False, convert=True, mgr=None):
780-
""" replace the to_replace value with value, possible to create new
780+
"""replace the to_replace value with value, possible to create new
781781
blocks here this is just a call to putmask. regex is not used here.
782-
It is used in ObjectBlocks. It is here for API
783-
compatibility.
782+
It is used in ObjectBlocks. It is here for API compatibility.
784783
"""
785784

786785
inplace = validate_bool_kwarg(inplace, 'inplace')

0 commit comments

Comments
 (0)