Skip to content

Commit

Permalink
Merge pull request #2774 from dsharkey/fix-create-volume-docs
Browse files Browse the repository at this point in the history
fix: snap.create_volume documentation lists general purpose ssd. Fixes @2774.
  • Loading branch information
danielgtaylor committed Dec 2, 2014
2 parents 478f66a + 9752747 commit 36fae2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/ec2/snapshot.py
Expand Up @@ -141,7 +141,7 @@ def create_volume(self, zone, size=None, volume_type=None, iops=None,
:type volume_type: string
:param volume_type: The type of the volume. (optional). Valid
values are: standard | io1.
values are: standard | io1 | gp2.
:type iops: int
:param iops: The provisioned IOPs you want to associate with
Expand Down

0 comments on commit 36fae2b

Please sign in to comment.