Skip to content

Commit

Permalink
Update src/huggingface_hub/hf_api.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lysandre Debut <lysandre.debut@reseau.eseo.fr>
  • Loading branch information
Wauplin and LysandreJik authored Sep 1, 2022
1 parent 1e477b9 commit 2892a05
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 @@ -239,7 +239,7 @@ class ModelInfo:
Model configuration information
securityStatus (`Dict`, *optional*):
Security status of the model.
Example: {"containsInfected": False}
Example: `{"containsInfected": False}`
kwargs (`Dict`, *optional*):
Kwargs that will be become attributes of the class.
"""
Expand Down

0 comments on commit 2892a05

Please sign in to comment.