Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
koyaan committed Sep 10, 2016
1 parent 648dc86 commit 0c1c894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gl_objects/projects.py
Expand Up @@ -53,7 +53,7 @@
fork = project.forks.create({})

# fork to a specific namespace
fork gl.project_forks.create({'namespace': 'myteam'}, project_id=1)
fork = gl.project_forks.create({'namespace': 'myteam'}, project_id=1)
# end fork

# forkrelation
Expand Down

0 comments on commit 0c1c894

Please sign in to comment.