Skip to content

Commit

Permalink
Fix a typo in digitalocean/Volume.py (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored and koalalorenzo committed Jan 20, 2020
1 parent 7756c75 commit 5b689ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions digitalocean/Volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def create(self, *args, **kwargs):
region: string - slug identifier for the region
size_gigabytes: int - size of the Block Storage volume in GiB
filesystem_type: string, optional - name of the filesystem type the
volume will be formated with ('ext4' or 'xfs')
volume will be formatted with ('ext4' or 'xfs')
filesystem_label: string, optional - the label to be applied to the
filesystem, only used in conjunction with filesystem_type
Expand Down Expand Up @@ -86,7 +86,7 @@ def create_from_snapshot(self, *args, **kwargs):
snapshot_id: string - unique identifier for the volume snapshot
size_gigabytes: int - size of the Block Storage volume in GiB
filesystem_type: string, optional - name of the filesystem type the
volume will be formated with ('ext4' or 'xfs')
volume will be formatted with ('ext4' or 'xfs')
filesystem_label: string, optional - the label to be applied to the
filesystem, only used in conjunction with filesystem_type
Expand Down

0 comments on commit 5b689ca

Please sign in to comment.