We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0de3d commit 75db9f7Copy full SHA for 75db9f7
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2016-2020 LonamiWebs
+Copyright (c) 2016-Present LonamiWebs
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
readthedocs/basic/signing-in.rst
@@ -148,9 +148,9 @@ The allowed values for the argument ``proxy_type`` are:
148
149
* For Python >= 3.6:
150
* All of the above
151
- * ``python_socks.SOCKS5``
152
- * ``python_socks.SOCKS4``
153
- * ``python_socks.HTTP``
+ * ``python_socks.ProxyType.SOCKS5``
+ * ``python_socks.ProxyType.SOCKS4``
+ * ``python_socks.ProxyType.HTTP``
154
155
156
Example:
0 commit comments