Skip to content

Commit

Permalink
fix typo in file download warning message about symlinks (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
joetam authored Aug 9, 2024
1 parent d3abf79 commit 5e4af03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/huggingface_hub/file_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def are_symlinks_supported(cache_dir: Union[str, Path, None] = None) -> bool:
message += (
"\nTo support symlinks on Windows, you either need to"
" activate Developer Mode or to run Python as an"
" administrator. In order to see activate developer mode,"
" administrator. In order to activate developer mode,"
" see this article:"
" https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development"
)
Expand Down

0 comments on commit 5e4af03

Please sign in to comment.