Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayson committed Mar 19, 2013
1 parent c835004 commit 6d2864e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boto/vpc/__init__.py
Expand Up @@ -403,7 +403,7 @@ def attach_internet_gateway(self, internet_gateway_id, vpc_id):
Attach an internet gateway to 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 attach.
:type vpc_id: str
:param vpc_id: The ID of the VPC to attach to.
Expand Down Expand Up @@ -481,7 +481,7 @@ def create_customer_gateway(self, type, ip_address, bgp_asn):
Create a new Customer Gateway
:type type: str
:param type: Type of VPN Connection. Only valid valid currently is 'ipsec.1'
:param type: Type of VPN Connection. Only valid value currently is 'ipsec.1'
:type ip_address: str
:param ip_address: Internet-routable IP address for customer's gateway.
Expand Down Expand Up @@ -551,7 +551,7 @@ def create_vpn_gateway(self, type, availability_zone=None):
Create a new Vpn Gateway
:type type: str
:param type: Type of VPN Connection. Only valid valid currently is 'ipsec.1'
:param type: Type of VPN Connection. Only valid value currently is 'ipsec.1'
:type availability_zone: str
:param availability_zone: The Availability Zone where you want the VPN gateway.
Expand Down

0 comments on commit 6d2864e

Please sign in to comment.