File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ def add_model(
143143 Our `sample notebooks <https://github.com/unboxai/unboxapi-python-client/tree/main/examples>`_ and
144144 `tutorials <https://unbox.readme.io/docs/overview-of-tutorial-tracks>`_.
145145
146- Instantiate the client
146+ Instantiate the client:
147147
148148 >>> import unboxapi
149149 >>> client = unboxapi.UnboxClient('YOUR_API_KEY_HERE')
@@ -484,7 +484,7 @@ def add_dataset(
484484
485485 Examples
486486 --------
487- Instantiate the client
487+ Instantiate the client:
488488
489489 >>> import unboxapi
490490 >>> client = unboxapi.UnboxClient('YOUR_API_KEY_HERE')
@@ -670,7 +670,7 @@ def add_dataframe(
670670 Returns
671671 -------
672672 :obj:`Dataset`
673- Returns uploaded dataset
673+ An object containing information about your uploaded dataset.
674674
675675 Notes
676676 -----
You can’t perform that action at this time.
0 commit comments