From e21d598aef907f069582022962c70eb881dc0550 Mon Sep 17 00:00:00 2001 From: Var <94229714+VarMonke@users.noreply.github.com> Date: Wed, 22 Jun 2022 18:00:17 +0530 Subject: [PATCH] Update client.py --- github/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/client.py b/github/client.py index eac8627..293122a 100644 --- a/github/client.py +++ b/github/client.py @@ -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. """