summaryrefslogtreecommitdiff
path: root/boto/iam
diff options
context:
space:
mode:
authorIan Kallen <ian@blockchalk.com>2011-01-14 16:46:52 -0800
committerIan Kallen <ian@blockchalk.com>2011-01-14 16:46:52 -0800
commitff339d9f9d8899a182a528222434ed334725790c (patch)
treebc5bb15f067c5bd35ef4d5113086717099dddb40 /boto/iam
parent420b3669779e7ac6bbc6b4ac8b61ec83d46ef8d5 (diff)
downloadboto-ff339d9f9d8899a182a528222434ed334725790c.tar.gz
corrected doc string for update_group (it doesn't look like it adds/removes)
Diffstat (limited to 'boto/iam')
-rw-r--r--boto/iam/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/iam/__init__.py b/boto/iam/__init__.py
index 2195ef80..aaf89839 100644
--- a/boto/iam/__init__.py
+++ b/boto/iam/__init__.py
@@ -148,7 +148,7 @@ class IAMConnection(AWSQueryConnection):
def update_group(self, group_name, new_group_name=None, new_path=None):
"""
- Update a group by adding or removing a user to/from it.
+ Updates name and/or path of the specified group.
:type group_name: string
:param group_name: The name of the new group