diff options
Diffstat (limited to 'boto/emr/connection.py')
-rw-r--r-- | boto/emr/connection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/emr/connection.py b/boto/emr/connection.py index 0f08bfea..95083abd 100644 --- a/boto/emr/connection.py +++ b/boto/emr/connection.py @@ -253,7 +253,7 @@ class EmrConnection(AWSQueryConnection): :type hadoop_version: str :param hadoop_version: Version of Hadoop to use. This no longer - defaults to '0.20' and now uses the AMI default. + defaults to '0.20' and now uses the AMI default. :type steps: list(boto.emr.Step) :param steps: List of steps to add with the job |