Skip to content

Commit 01a80b9

Browse files
committed
nit: doc fix
1 parent dc5aee3 commit 01a80b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python/pyspark/ml/wrapper.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,9 @@ def copy(self, extra=None):
188188
"""
189189
Creates a copy of this instance with the same uid and some
190190
extra params. This implementation first calls Params.copy and
191-
then make a copy of the companion Java model with extra params.
192-
So both the Python wrapper and the Java model get copied.
191+
then make a copy of the companion Java pipeline component with
192+
extra params. So both the Python wrapper and the Java model get
193+
copied.
193194
194195
:param extra: Extra parameters to copy to the new instance
195196
:return: Copy of this instance

0 commit comments

Comments
 (0)