Skip to content

Commit 0f77dd5

Browse files
committed
Docstring fixes
1 parent 089f0a7 commit 0f77dd5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

labelbox/schema/project.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -414,14 +414,14 @@ def export_v2(self,
414414
For more information visit: https://docs.labelbox.com/docs/exports-v2#export-from-a-project-python-sdk
415415
416416
>>> task = project.export_v2(
417-
>>> filters={
418-
>>> "last_activity_at": ["2000-01-01 00:00:00", "2050-01-01 00:00:00"],
419-
>>> "label_created_at": ["2000-01-01 00:00:00", "2050-01-01 00:00:00"]
420-
>>> },
421-
>>> params={
422-
>>> "include_performance_details": False,
423-
>>> "include_labels": True
424-
>>> })
417+
>>> filters={
418+
>>> "last_activity_at": ["2000-01-01 00:00:00", "2050-01-01 00:00:00"],
419+
>>> "label_created_at": ["2000-01-01 00:00:00", "2050-01-01 00:00:00"]
420+
>>> },
421+
>>> params={
422+
>>> "include_performance_details": False,
423+
>>> "include_labels": True
424+
>>> })
425425
>>> task.wait_till_done()
426426
>>> task.result
427427
"""

0 commit comments

Comments
 (0)