From ab7ca7079972d00e90ec1053e040b398dedd0a06 Mon Sep 17 00:00:00 2001 From: bain Date: Thu, 12 Sep 2024 00:29:16 +0200 Subject: [PATCH] close identifier in qrcode_login docstring --- pronotepy/clients.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pronotepy/clients.py b/pronotepy/clients.py index a634960..5868dbb 100644 --- a/pronotepy/clients.py +++ b/pronotepy/clients.py @@ -177,7 +177,7 @@ def qrcode_login( account_pin (Optional[str]): 2FA PIN to the account client_identifier (Optional[str]): Identificator of this client provided by PRONOTE device_name (Optional[str]): A name for registering this client as a device. - skip_2fa (bool): Skip 2FA. PRONOTE will require it when connecting using the generated token (:meth:`.token_login). + skip_2fa (bool): Skip 2FA. PRONOTE will require it when connecting using the generated token (:meth:`.token_login`). """ encryption = _Encryption() encryption.aes_set_key(pin.encode())