Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw authored and mrocklin committed Jun 14, 2016
1 parent 6918b7a commit 48013f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/dataframe/core.py
Expand Up @@ -2500,7 +2500,7 @@ def _prepare_percentile_merge(qs, vals, length):
>>> _prepare_percentile_merge(percentiles, values, length)
[(2, 125.0), (3, 250.0), (5, 325.0), (8, 250.0), (13, 50.0)]
The weight of the first element, ``2``, is determed by the difference
The weight of the first element, ``2``, is determined by the difference
between the first and second percentiles, and then scaled by length:
>>> 0.5 * length * (percentiles[1] - percentiles[0])
Expand Down

0 comments on commit 48013f7

Please sign in to comment.