We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1dd27 commit 40a1bf3Copy full SHA for 40a1bf3
docs/api-usage.rst
@@ -77,8 +77,8 @@ Examples:
77
78
# get the group with id == 2
79
group = gl.groups.get(2)
80
- for group in groups:
81
- print()
+ for project in group.projects.list():
+ print(project)
82
83
# create a new user
84
user_data = {'email': 'jen@foo.com', 'username': 'jen', 'name': 'Jen'}
0 commit comments