Skip to content

Commit

Permalink
Fixed a typo in get_all_subnets documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsunori Kanda committed Oct 23, 2012
1 parent 238458c commit efa3b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/vpc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def get_all_subnets(self, subnet_ids=None, filters=None):
- *state*, a list of states of the Subnet
(pending,available)
- *vpdId*, a list of IDs of teh VPC the subnet is in.
- *vpcId*, a list of IDs of teh VPC the subnet is in.
- *cidrBlock*, a list of CIDR blocks of the subnet
- *availabilityZone*, list of the Availability Zones
the subnet is in.
Expand Down

0 comments on commit efa3b6e

Please sign in to comment.