Skip to content

Commit 69da8f4

Browse files
author
Matt Sokoloff
committed
docstring
1 parent 910c87f commit 69da8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def create_data_rows(self, items):
8383
>>> dataset.create_data_rows([
8484
>>> {DataRow.row_data:"http://my_site.com/photos/img_01.jpg"},
8585
>>> "path/to/file2.jpg",
86-
>>> {tileLayerUrl : "http://", ...}
86+
>>> {"tileLayerUrl" : "http://", ...}
8787
>>> ])
8888
8989
For an example showing how to upload tiled data_rows see the following notebook:

0 commit comments

Comments
 (0)