Skip to content

Commit

Permalink
docs: add missing =
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed May 20, 2017
1 parent 5b90061 commit 391417c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gl_objects/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# end create

# user create
alice gl.users.list(username='alice')[0]
alice = gl.users.list(username='alice')[0]
user_project = gl.user_projects.create({'name': 'project',
'user_id': alice.id})
# end user create
Expand Down

0 comments on commit 391417c

Please sign in to comment.