We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd16d72 commit 8765fd9Copy full SHA for 8765fd9
README.rst
@@ -186,7 +186,7 @@ part of nginx configuration file from a remote server::
186
# nginx.conf
187
188
python 'import urllib';
189
- python 'urllib.FancyURLopener().retrieve("http://127.0.0.1:8888/nginx.conf", "/tmp/nginx.conf")';
+ python 'urllib.URLopener().retrieve("http://127.0.0.1:8888/nginx.conf", "/tmp/nginx.conf")';
190
191
include /tmp/nginx.conf;
192
0 commit comments