Skip to content

Commit 81ffb8b

Browse files
authored
SG-41463 Fixup docs warning (#435)
docstring of shotgun_api3.shotgun.Shotgun.export_page:15: Block quote ends without a blank line; unexpected unindent.
1 parent 24b4591 commit 81ffb8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shotgun_api3/shotgun.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,6 +1898,7 @@ def export_page(self, page_id, format, layout_name=None):
18981898
"ID,Name,Status\\n1,Shot 001,ip\\n2, Shot 002,rev\\n"
18991899
>>> sg.export_page(12345, "csv")
19001900
"ID,Name,Status\\n1,Shot 001,ip\\n2,Shot 002,rev\\n"
1901+
19011902
:param int page_id: The ID of the page to export.
19021903
:param str format: The format to export the page to. Supported format is ``"csv"``.
19031904
:param str layout_name: Optional layout name. This should be the name of the layout seen in the Flow Production Tracking UI.

0 commit comments

Comments
 (0)