Skip to content

Commit d81c158

Browse files
committed
Removed redundant note from {add,remove}_collaborator.
See 5eed63a.
1 parent 9a42a9f commit d81c158

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

github2/repositories.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ def list_collaborators(self, project):
131131
def add_collaborator(self, project, username):
132132
"""Adds an add_collaborator to a repo
133133
134-
Do not prefix repo_name with the user owning the repo like you do in
135-
list_collaborators()
136-
137134
:param str project: Github project
138135
:param str username: Github user to add as collaborator
139136
"""
@@ -142,9 +139,6 @@ def add_collaborator(self, project, username):
142139
def remove_collaborator(self, project, username):
143140
"""Removes an add_collaborator from a repo
144141
145-
Do not prefix repo_name with the user owning the repo like you do in
146-
list_collaborators()
147-
148142
:param str project: Github project
149143
:param str username: Github user to add as collaborator
150144
"""

0 commit comments

Comments
 (0)