Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Update boto/iam/connection.py
Browse files Browse the repository at this point in the history
fix doc for get_user (says to delete input param rather than retrieve)
  • Loading branch information
halfaleague committed Jan 28, 2013
1 parent 9f0b2f2 commit cc4dfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/iam/connection.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def get_user(self, user_name=None):
implicitly based on the AWS Access Key ID used to sign the request. implicitly based on the AWS Access Key ID used to sign the request.
:type user_name: string :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. If not specified, defaults to user making request.
""" """
params = {} params = {}
Expand Down

0 comments on commit cc4dfd1

Please sign in to comment.