Skip to content

Commit

Permalink
space typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmarks authored and brimoor committed Jul 17, 2024
1 parent 3b11eb2 commit 2c9d5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/integrations/huggingface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ For example, to push a dataset to the Hub as private, you can do the following:
.. code-block:: python
:linenos:
fromfiftyone.utils.huggingface import push_to_hub
from fiftyone.utils.huggingface import push_to_hub
push_to_hub(dataset, "my-private-dataset", private=True)
Expand Down

0 comments on commit 2c9d5c6

Please sign in to comment.