8000 Fix doc spelling (#486) · glasnt/firebase-admin-python@7a3dcb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a3dcb7

Browse files
Fix doc spelling (firebase#486)
1 parent f43e687 commit 7a3dcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def update_user(uid, **kwargs): # pylint: disable=differing-param-doc
450450
``auth.DELETE_ATTRIBUTE``.
451451
password: The user's raw, unhashed password. (optional).
452452
disabled: A boolean indicating whether or not the user account is disabled (optional).
453-
custom_claims: A dictionary or a JSON string contining the custom claims to be set on the
453+
custom_claims: A dictionary or a JSON string containing the custom claims to be set on the
454454
user account (optional). To remove all custom claims, pass ``auth.DELETE_ATTRIBUTE``.
455455
valid_since: An integer signifying the seconds since the epoch (optional). This field is
456456
set by ``revoke_refresh_tokens`` and it is discouraged to set this field directly.

0 commit comments

Comments
 (0)
0