Skip to content

Commit

Permalink
Remove incorrect comment regarding default LocalCluster creation (#4660)
Browse files Browse the repository at this point in the history
Co-authored-by: cameron16 <[email protected]>
  • Loading branch information
cameron16 and cameron16 authored Apr 1, 2021
1 parent f19aae3 commit aac50f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/deploy/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class LocalCluster(SpecCluster):
Examples
--------
>>> cluster = LocalCluster() # Create a local cluster with as many workers as cores # doctest: +SKIP
>>> cluster = LocalCluster() # Create a local cluster # doctest: +SKIP
>>> cluster # doctest: +SKIP
LocalCluster("127.0.0.1:8786", workers=8, threads=8)
Expand Down

0 comments on commit aac50f6

Please sign in to comment.