8000 Fix doc spelling by therefromhere · Pull Request #486 · firebase/firebase-admin-python · GitHub
[go: up one dir, main page]

Skip to content

Fix doc spelling #486

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion firebase_admin/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def update_user(uid, **kwargs): # pylint: disable=differing-param-doc
``auth.DELETE_ATTRIBUTE``.
password: The user's raw, unhashed password. (optional).
disabled: A boolean indicating whether or not the user account is disabled (optional).
custom_claims: A dictionary or a JSON string contining the custom claims to be set on the
custom_claims: A dictionary or a JSON string containing the custom claims to be set on the
user account (optional). To remove all custom claims, pass ``auth.DELETE_ATTRIBUTE``.
valid_since: An integer signifying the seconds since the epoch (optional). This field is
set by ``revoke_refresh_tokens`` and it is discouraged to set this field directly.
Expand Down
0