Skip to content

Commit 8aa1623

Browse files
authored
rejection reason docstring (#2764)
1 parent a868889 commit 8aa1623

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
@@ -8561,7 +8561,7 @@ def reject_access_request(
85618561
The type of the repo to reject access request for. Must be one of `model`, `dataset` or `space`.
85628562
Defaults to `model`.
85638563
rejection_reason (`str`, *optional*):
8564-
Optional rejection reason that will be sent to the user (max 200 characters).
8564+
Optional rejection reason that will be visible to the user (max 200 characters).
85658565
token (Union[bool, str, None], optional):
85668566
A valid user access token (string). Defaults to the locally saved
85678567
token, which is the recommended method for authentication (see

0 commit comments

Comments
 (0)