Skip to content

Commit 2378abd

Browse files
authored
Quick typo (#575)
* Fix typo in example
1 parent 5a48cf2 commit 2378abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/huggingface_hub/hf_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class ModelSearchArguments(AttributeDictionary):
278278
models currently hosted in the Hub with tab-completion.
279279
If a value starts with a number, it will only exist in the dictionary
280280
Example:
281-
>>> args = ModelSearchArgs()
281+
>>> args = ModelSearchArguments()
282282
>>> args.author_or_organization.huggingface
283283
>>> args.language.en
284284
"""

0 commit comments

Comments
 (0)