summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Knapp <kyleknap@amazon.com>2014-09-19 10:26:14 -0700
committerKyle Knapp <kyleknap@amazon.com>2014-09-19 10:26:14 -0700
commit023874701faaaa1701c88e42b1c0cffe5384e892 (patch)
treedab4494a53272970ec58330d88e2783287ad22cf
parentd149a870b7315fb663eeffb5d4beba2d841ea3d1 (diff)
parent23869f9874236b2094afe5c026cdef1dce4af4a1 (diff)
downloadboto-023874701faaaa1701c88e42b1c0cffe5384e892.tar.gz
Merge pull request #2590 from nishigori/typo-fixes
Few typo in docstring
-rw-r--r--boto/ec2/autoscale/launchconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/boto/ec2/autoscale/launchconfig.py b/boto/ec2/autoscale/launchconfig.py
index 6d897fd2..889cee21 100644
--- a/boto/ec2/autoscale/launchconfig.py
+++ b/boto/ec2/autoscale/launchconfig.py
@@ -128,8 +128,8 @@ class LaunchConfiguration(object):
:type instance_type: str
:param instance_type: The instance type
- :type kern_id: str
- :param kern_id: Kernel id for instance
+ :type kernel_id: str
+ :param kernel_id: Kernel id for instance
:type ramdisk_id: str
:param ramdisk_id: RAM disk id for instance