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: Omar Sanseviero <osanseviero@gmail.com>
  • Loading branch information
SBrandeis and osanseviero authored Jul 26, 2022
1 parent 4a967fa commit d2b1f7f
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 @@ -174,7 +174,7 @@ class RepoFile:
of [`repo_info`] is set to `True`. It's `None` otherwise.
lfs (`dict`, *optional*):
The file's LFS metadata (has two keys: `sha256` and `size`). This attribute is present when
`files_metadata` argument of [`repo_info`] is set to `True` and the file is stored
`files_metadata` argument of [`repo_info`] is set to `True` and the file is stored.
with Git LFS. It's `None` otherwise.
"""

Expand Down

0 comments on commit d2b1f7f

Please sign in to comment.