Skip to content

Commit 57ee7ef

Browse files
committed
update docs
1 parent 286aaff commit 57ee7ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/pyspark/rdd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ def _replaceRoot(self, value):
171171

172172
def _parse_memory(s):
173173
"""
174+
It returns a number in MB
175+
174176
>>> _parse_memory("256m")
175177
256
176178
>>> _parse_memory("2g")

0 commit comments

Comments
 (0)