1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-28 03:35:09 +00:00

Update client.py

This commit is contained in:
Var 2022-06-22 18:00:17 +05:30 committed by GitHub
parent a7e6910fcc
commit e21d598aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ class GHClient:
----------
username: Optional[:class:`str`]
The authenticated Client's username, if applicable.
token: Optional[:class:`str`]
__token: Optional[:class:`str`]
The authenticated Client's token, if applicable.
"""