summaryrefslogtreecommitdiff
path: root/boto/iam
diff options
context:
space:
mode:
authorLuke Carmichael <lcarmich@umich.edu>2013-01-28 16:11:59 -0500
committerLuke Carmichael <lcarmich@umich.edu>2013-01-28 16:11:59 -0500
commitcc4dfd175365a437c966885e166f685f7871e0eb (patch)
treeac075aba8d91738ac07e47d73301cd37915ce672 /boto/iam
parent9f0b2f23f0b72cb07982cd39d0337c35a3e3cb8e (diff)
downloadboto-cc4dfd175365a437c966885e166f685f7871e0eb.tar.gz
Update boto/iam/connection.py
fix doc for get_user (says to delete input param rather than retrieve)
Diffstat (limited to 'boto/iam')
-rw-r--r--boto/iam/connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/iam/connection.py b/boto/iam/connection.py
index 69c9bfeb..adacc8fb 100644
--- a/boto/iam/connection.py
+++ b/boto/iam/connection.py
@@ -352,7 +352,7 @@ class IAMConnection(AWSQueryConnection):
implicitly based on the AWS Access Key ID used to sign the request.
:type user_name: string
- :param user_name: The name of the user to delete.
+ :param user_name: The name of the user to retrieve.
If not specified, defaults to user making request.
"""
params = {}