diff options
author | THEBAULT Julien <julien@thebault.co> | 2017-11-11 12:43:06 +0100 |
---|---|---|
committer | THEBAULT Julien <julien@thebault.co> | 2017-11-11 12:43:06 +0100 |
commit | 5ee4e73b81255c30d049c8649a8d5685fa4320aa (patch) | |
tree | 90d76503ea8e2b0983bd6ccd090131852ff910e8 /docs/gl_objects/projects.py | |
parent | 29d8d72e4ef3aaf21a45954c53b9048e61736d28 (diff) | |
download | gitlab-5ee4e73b81255c30d049c8649a8d5685fa4320aa.tar.gz |
[docs] Bad arguments in projetcs file documentation
Diffstat (limited to 'docs/gl_objects/projects.py')
-rw-r--r-- | docs/gl_objects/projects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/projects.py b/docs/gl_objects/projects.py index 4a6f3ad..878e45d 100644 --- a/docs/gl_objects/projects.py +++ b/docs/gl_objects/projects.py @@ -206,7 +206,7 @@ f = project.files.create({'file_path': 'testfile', # files update f.content = 'new content' -f.save(branch'master', commit_message='Update testfile') # v4 +f.save(branch='master', commit_message='Update testfile') # v4 f.save(branch_name='master', commit_message='Update testfile') # v3 # or for binary data |