From 23869f9874236b2094afe5c026cdef1dce4af4a1 Mon Sep 17 00:00:00 2001 From: nishigori Date: Fri, 5 Sep 2014 20:48:16 +0900 Subject: Fix few typo --- boto/ec2/autoscale/launchconfig.py | 4 ++-- 1 file 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 -- cgit v1.2.1