Skip to content

Commit 391417c

Browse files
author
Gauvain Pocentek
committed
docs: add missing =
1 parent 5b90061 commit 391417c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gl_objects/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# end create
3232

3333
# user create
34-
alice gl.users.list(username='alice')[0]
34+
alice = gl.users.list(username='alice')[0]
3535
user_project = gl.user_projects.create({'name': 'project',
3636
'user_id': alice.id})
3737
# end user create

0 commit comments

Comments
 (0)