summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-15 20:51:21 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-15 20:51:21 (GMT)
commitb0dc5c3bc5af4595f8ef1da2f30ab70eb26bb357 (patch)
tree6ea46743eae464d49c9e598f342e57dd4feab6b0 /Doc
parent2688644eef0766ddb22695664e76fe567ceabac5 (diff)
parentca99440c2c0749b73b7a44304186776089b776ba (diff)
downloadcpython-b0dc5c3bc5af4595f8ef1da2f30ab70eb26bb357.zip
cpython-b0dc5c3bc5af4595f8ef1da2f30ab70eb26bb357.tar.gz
cpython-b0dc5c3bc5af4595f8ef1da2f30ab70eb26bb357.tar.bz2
Merge with 3.3
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/urllib.robotparser.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/urllib.robotparser.rst b/Doc/library/urllib.robotparser.rst
index 0cac2ad..f179de2 100644
--- a/Doc/library/urllib.robotparser.rst
+++ b/Doc/library/urllib.robotparser.rst
@@ -19,10 +19,10 @@ Web site that published the :file:`robots.txt` file. For more details on the
structure of :file:`robots.txt` files, see http://www.robotstxt.org/orig.html.
-.. class:: RobotFileParser()
+.. class:: RobotFileParser(url='')
- This class provides a set of methods to read, parse and answer questions
- about a single :file:`robots.txt` file.
+ This class provides methods to read, parse and answer questions about the
+ :file:`robots.txt` file at *url*.
.. method:: set_url(url)