Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api-usage.rst
Original file line number Diff line number Diff line change
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