Skip to content

Commit ef31c96

Browse files
committed
fix positioning of type doc on password for get_shared_link
1 parent d33c64b commit ef31c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boxsdk/object/item.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ def get_shared_link(self, access=None, etag=None, unshared_at=None, allow_downlo
176176
and has permission to set expiration dates.
177177
:type unshared_at:
178178
:class:`datetime.date` or None
179-
:type password:
180-
`unicode` or None
181179
:param allow_download:
182180
Whether or not the item being shared can be downloaded when accessed via the shared link.
183181
If this parameter is None, the default setting will be used.
@@ -191,6 +189,8 @@ def get_shared_link(self, access=None, etag=None, unshared_at=None, allow_downlo
191189
:param password:
192190
The password required to view this link. If no password is specified then no password will be set.
193191
Please notice that this is a premium feature, which might not be available to your app.
192+
:type password:
193+
`unicode` or None
194194
:returns:
195195
The URL of the shared link.
196196
:rtype:

0 commit comments

Comments
 (0)