Skip to content

Commit 75db9f7

Browse files
committed
Update proxy docs and license year
1 parent 8f0de3d commit 75db9f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2020 LonamiWebs
3+
Copyright (c) 2016-Present LonamiWebs
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

readthedocs/basic/signing-in.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ The allowed values for the argument ``proxy_type`` are:
148148

149149
* For Python >= 3.6:
150150
* All of the above
151-
* ``python_socks.SOCKS5``
152-
* ``python_socks.SOCKS4``
153-
* ``python_socks.HTTP``
151+
* ``python_socks.ProxyType.SOCKS5``
152+
* ``python_socks.ProxyType.SOCKS4``
153+
* ``python_socks.ProxyType.HTTP``
154154

155155

156156
Example:

0 commit comments

Comments
 (0)