Skip to content

Commit 59af4e4

Browse files
authored
Merge pull request #974 from python-gitlab/docs/file-deletion-docs
docs(projects): fix file deletion docs
2 parents 62b0b62 + 1c4f1c4 commit 59af4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gl_objects/projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ encoded text::
368368

369369
Delete a file::
370370

371-
f.delete(commit_message='Delete testfile')
371+
f.delete(commit_message='Delete testfile', branch='master')
372372

373373
Get file blame::
374374

0 commit comments

Comments
 (0)