Skip to content

Commit

Permalink
change string to str on doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MisaKondo authored and MisaKondo committed Dec 8, 2014
1 parent 0612292 commit 5e1650a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/ec2/autoscale/launchconfig.py
Expand Up @@ -160,7 +160,7 @@ def __init__(self, connection=None, name=None, image_id=None,
:param associate_public_ip_address: Used for Auto Scaling groups that launch instances into an Amazon Virtual Private Cloud.
Specifies whether to assign a public IP address to each instance launched in a Amazon VPC.
:type volume_type: string
:type volume_type: str
:param volume_type: The type of the volume.
Valid values are: standard | io1 | gp2.
Expand Down

0 comments on commit 5e1650a

Please sign in to comment.