Skip to content

Commit

Permalink
Fix spelling in docs (#273)
Browse files Browse the repository at this point in the history
* Fix spelling in docs

* Update dask_cloudprovider/aws/ec2.py

Co-authored-by: Jacob Tomlinson <jacobtomlinson@users.noreply.github.com>
  • Loading branch information
gitschneider and jacobtomlinson committed Mar 24, 2021
1 parent 0e547d3 commit c8a7be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dask_cloudprovider/aws/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ class EC2Cluster(VMCluster):
Parameters
----------
region: string (optional)
The region to start you clusters. By default this will be detected from your config.
The region to start your clusters. By default this will be detected from your config.
availability_zone: string or List(string) (optional)
The availability zone to start you clusters. By default AWS will select the AZ with most free capacity.
The availability zone to start your clusters. By default AWS will select the AZ with most free capacity.
If you specify more than one then scheduler and worker VMs will be randomly assigned to one of your
chosen AZs.
bootstrap: bool (optional)
Expand Down

0 comments on commit c8a7be0

Please sign in to comment.