From 75db9f70df65a011ccd1a2f4c4db7dbfe7ad3e54 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Fri, 12 Feb 2021 17:56:46 +0100 Subject: [PATCH] Update proxy docs and license year --- LICENSE | 2 +- readthedocs/basic/signing-in.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 3f8fcce5..ce874a09 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016-2020 LonamiWebs +Copyright (c) 2016-Present LonamiWebs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/readthedocs/basic/signing-in.rst b/readthedocs/basic/signing-in.rst index 0e3965ea..9fb14853 100644 --- a/readthedocs/basic/signing-in.rst +++ b/readthedocs/basic/signing-in.rst @@ -148,9 +148,9 @@ The allowed values for the argument ``proxy_type`` are: * For Python >= 3.6: * All of the above - * ``python_socks.SOCKS5`` - * ``python_socks.SOCKS4`` - * ``python_socks.HTTP`` + * ``python_socks.ProxyType.SOCKS5`` + * ``python_socks.ProxyType.SOCKS4`` + * ``python_socks.ProxyType.HTTP`` Example: