Skip to content

Commit 63c2faf

Browse files
authored
Fix argument name (#1444)
1 parent 4fc8a83 commit 63c2faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/confluence.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ Page actions
120120
# automatically version the new file and keep the old one
121121
confluence.attach_content(content, name=None, content_type=None, page_id=None, title=None, space=None, comment=None)
122122
123-
# Download attachments from a page to local system. If download_path is None, current working directory will be used.
124-
confluence.download_attachments_from_page(page_id, download_path=None)
123+
# Download attachments from a page to local system. If path is None, current working directory will be used.
124+
confluence.download_attachments_from_page(page_id, path=None)
125125
126126
# Remove completely a file if version is None or delete version
127127
confluence.delete_attachment(page_id, filename, version=None)

0 commit comments

Comments
 (0)