Skip to content

Commit ad35482

Browse files
author
Gauvain Pocentek
authored
Merge pull request python-gitlab#369 from Lujeni/fix_typo_projects_documentation
[docs] Bad arguments in projetcs file documentation
2 parents 29d8d72 + 5ee4e73 commit ad35482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gl_objects/projects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206

207207
# files update
208208
f.content = 'new content'
209-
f.save(branch'master', commit_message='Update testfile') # v4
209+
f.save(branch='master', commit_message='Update testfile') # v4
210210
f.save(branch_name='master', commit_message='Update testfile') # v3
211211

212212
# or for binary data

0 commit comments

Comments
 (0)