Skip to content

Commit 67388bb

Browse files
committed
Cleanup
1 parent 19d479c commit 67388bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unboxapi/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
-----

0 commit comments

Comments
 (0)