Merge with 3.3

This commit is contained in:
Terry Jan Reedy 2013-03-15 16:51:21 -04:00
commit b0dc5c3bc5
1 changed files with 3 additions and 3 deletions

View File

@ -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)