Skip to content
Snippets Groups Projects
Commit 43d53d51 authored by Jeff Thompson's avatar Jeff Thompson Committed by Patrick Wendell
Browse files

fixed typo in docstring for min()

Hi, I found this typo while learning spark and thought I'd do a pull request.

Author: Jeff Thompson <jeffreykeatingthompson@gmail.com>

Closes #1065 from jkthompson/docstring-typo-minmax and squashes the following commits:

29b6a26 [Jeff Thompson] fixed typo in docstring for min()
parent 4d8ae709
No related branches found
No related tags found
No related merge requests found
......@@ -695,7 +695,7 @@ class RDD(object):
def min(self):
"""
Find the maximum item in this RDD.
Find the minimum item in this RDD.
>>> sc.parallelize([1.0, 5.0, 43.0, 10.0]).min()
1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment