Skip to content

Commit

Permalink
add link to create_repo (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin authored Jan 19, 2023
1 parent 9b27e95 commit b4a661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/huggingface_hub/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def __init__(
If `clone_from` is set, the repo will be cloned from an existing remote repository.
If the remote repo does not exist, a `EnvironmentError` exception will be thrown.
Please create the remote repo first using `HfApi().create_repo(repo_id=repo_id)`.
Please create the remote repo first using [`create_repo`].
`Repository` uses the local git credentials by default. If explicitly set, the `token`
or the `git_user`/`git_email` pair will be used instead.
Expand Down

0 comments on commit b4a661f

Please sign in to comment.