Skip to content

Commit 0c1c894

Browse files
committed
fix doc
1 parent 648dc86 commit 0c1c894

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
@@ -53,7 +53,7 @@
5353
fork = project.forks.create({})
5454

5555
# fork to a specific namespace
56-
fork gl.project_forks.create({'namespace': 'myteam'}, project_id=1)
56+
fork = gl.project_forks.create({'namespace': 'myteam'}, project_id=1)
5757
# end fork
5858

5959
# forkrelation

0 commit comments

Comments
 (0)