Skip to content

Commit

Permalink
Typo: s/an member/a member/.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 22, 2016
1 parent 9f2a604 commit 2a52215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcloud/pubsub/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def domain(domain):

@staticmethod
def all_users():
"""Factory method for an member representing all users.
"""Factory method for a member representing all users.
:rtype: string
:returns: A member string representing all users.
Expand All @@ -93,7 +93,7 @@ def all_users():

@staticmethod
def authenticated_users():
"""Factory method for an member representing all authenticated users.
"""Factory method for a member representing all authenticated users.
:rtype: string
:returns: A member string representing all authenticated users.
Expand Down

0 comments on commit 2a52215

Please sign in to comment.