Skip to content

Commit 4e95ecb

Browse files
committed
fix typo
1 parent 6002b92 commit 4e95ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyspark/ml/classification.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,8 +1344,8 @@ def _transform(self, dataset):
13441344
def copy(self, extra=None):
13451345
"""
13461346
Creates a copy of this instance with a randomly generated uid
1347-
and some extra params. This copies creates a deep copy of
1348-
the embedded paramMap, and copies the embedded and extra parameters over.
1347+
and some extra params. This creates a deep copy of the embedded paramMap,
1348+
and copies the embedded and extra parameters over.
13491349
13501350
:param extra: Extra parameters to copy to the new instance
13511351
:return: Copy of this instance

0 commit comments

Comments
 (0)