We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e7276 commit ca1e5ffCopy full SHA for ca1e5ff
python/pyspark/mllib/_common.py
@@ -205,7 +205,7 @@ def _serialize_sparse_vector(v):
205
def _deserialize_string_seq(ba, offset=0):
206
"""Deserialize a string sequence from a mutually understood format.
207
>>> import sys
208
- >>> _derserialize_string_seq(_serialize_string_seq(['abc'])) == ['abc']
+ >>> _deserialize_string_seq(_serialize_string_seq(['abc'])) == ['abc']
209
True
210
"""
211
if type(ba) != bytearray:
0 commit comments