Skip to content

Commit

Permalink
Merge pull request #799 from python-gitlab/docs/fix-group-access
Browse files Browse the repository at this point in the history
docs(api-usage): fix project group example
  • Loading branch information
max-wittig committed Jun 19, 2019
2 parents 4e1dd27 + 40a1bf3 commit b5aaa3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-usage.rst
Expand Up @@ -77,8 +77,8 @@ Examples:
# get the group with id == 2
group = gl.groups.get(2)
for group in groups:
print()
for project in group.projects.list():
print(project)
# create a new user
user_data = {'email': 'jen@foo.com', 'username': 'jen', 'name': 'Jen'}
Expand Down

0 comments on commit b5aaa3e

Please sign in to comment.