Skip to content

Commit

Permalink
Merge pull request #751 from cosmin/develop
Browse files Browse the repository at this point in the history
fix doc on detach_internet_gateway
  • Loading branch information
gtaylor committed May 14, 2012
2 parents 293287a + 5283397 commit 15e9447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/vpc/__init__.py
Expand Up @@ -306,7 +306,7 @@ def detach_internet_gateway(self, internet_gateway_id, vpc_id):
Detach an internet gateway from a specific VPC.
:type internet_gateway_id: str
:param internet_gateway_id: The ID of the internet gateway to delete.
:param internet_gateway_id: The ID of the internet gateway to detach.
:type vpc_id: str
:param vpc_id: The ID of the VPC to attach to.
Expand Down

0 comments on commit 15e9447

Please sign in to comment.