summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormstenner <mstenner>2004-03-31 16:32:11 +0000
committermstenner <mstenner>2004-03-31 16:32:11 +0000
commit8499e85e334d4e018cd3423338be03e4d3048865 (patch)
tree977e41de86e45c4650cc96b7a19375f656d4faf7
parentb7b8dc0c01392815972f8fc4b7e0f42c62bf3965 (diff)
downloadurlgrabber-8499e85e334d4e018cd3423338be03e4d3048865.tar.gz
fixed minor typo in opener option docs
-rw-r--r--urlgrabber/grabber.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/urlgrabber/grabber.py b/urlgrabber/grabber.py
index 0f57dd2..2609e98 100644
--- a/urlgrabber/grabber.py
+++ b/urlgrabber/grabber.py
@@ -130,14 +130,14 @@ GENERAL ARGUMENTS (kwargs)
opener = None
- Overrides the default urllib2.OpenerDirector provided to
- urllib2 when making requests. This option exists so that the urllib2
- handler chain may be customized. Note that the keepalive, range, reget,
- proxy, and keepalive features require that custom handlers be provided to
- urllib2 in order to function properly. If an opener option is provided, no
- attempt is made by urlgrabber to ensure chain integrity. You are responsible
- for ensuring that any extension handlers are present if said features are
- required.
+ Overrides the default urllib2.OpenerDirector provided to urllib2
+ when making requests. This option exists so that the urllib2
+ handler chain may be customized. Note that the range, reget,
+ proxy, and keepalive features require that custom handlers be
+ provided to urllib2 in order to function properly. If an opener
+ option is provided, no attempt is made by urlgrabber to ensure
+ chain integrity. You are responsible for ensuring that any
+ extension handlers are present if said features are required.
RETRY RELATED ARGUMENTS
@@ -252,7 +252,7 @@ BANDWIDTH THROTTLING
"""
-# $Id: grabber.py,v 1.21 2004/03/31 04:26:03 rtomayko Exp $
+# $Id: grabber.py,v 1.22 2004/03/31 16:32:11 mstenner Exp $
import os
import os.path