Skip to content

Commit

Permalink
Fix typo in set_index partition_size parameter description (#8384)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericOdermatt committed Nov 16, 2021
1 parent 43f33a3 commit f588189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/dataframe/core.py
Expand Up @@ -4324,7 +4324,7 @@ def set_index(
will still be triggered if ``divisions`` is ``None``.
partition_size: int, optional
Desired size of each partitions in bytes.
Only used when ``npartition='auto'``
Only used when ``npartitions='auto'``
Examples
--------
Expand Down

0 comments on commit f588189

Please sign in to comment.