Skip to content

Commit cbced94

Browse files
committed
updated the inline documentation for the proxy format to be [username:pass@]proxy.com[:8080] rather than http://proxy.com:8080
1 parent 58c8e00 commit cbced94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shotgun_api3/shotgun.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ def __init__(self,
229229
If False the client should use UTC date time values.
230230
Default is True.
231231
232-
:param http_proxy: Optional, URL for the http proxy server, of the
233-
form http://proxy.com:8080
232+
:param http_proxy: Optional, URL for the http proxy server, on the
233+
form [username:pass@]proxy.com[:8080]
234234
235235
:param connect: If True, connect to the server. Only used for testing.
236236
"""

0 commit comments

Comments
 (0)