Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbaa09fe

Browse files
author
Gauvain Pocentek
committed
Fix fork creation documentation
Fixes#136
1 parentf82f962 commitbaa09fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/gl_objects/projects.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# end delete
4949

5050
# fork
51-
fork=gl.project_forks.create(project_id=1)
51+
fork=gl.project_forks.create({},project_id=1)
5252
# or
53-
fork=project.fork()
53+
fork=project.forks.create({})
5454
# end fork
5555

5656
# forkrelation

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp