Skip to content

Commit

Permalink
Quick typo (#575)
Browse files Browse the repository at this point in the history
* Fix typo in example
  • Loading branch information
muellerzr authored Jan 6, 2022
1 parent 5a48cf2 commit 2378abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/huggingface_hub/hf_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class ModelSearchArguments(AttributeDictionary):
models currently hosted in the Hub with tab-completion.
If a value starts with a number, it will only exist in the dictionary
Example:
>>> args = ModelSearchArgs()
>>> args = ModelSearchArguments()
>>> args.author_or_organization.huggingface
>>> args.language.en
"""
Expand Down

0 comments on commit 2378abd

Please sign in to comment.