Issue #17398: document url argument of RobotFileParser

This commit is contained in:
Terry Jan Reedy 2013-03-15 16:49:22 -04:00
parent 0b2173a1ee
commit b1ed05c7a5

View file

@ -26,10 +26,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. 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 This class provides methods to read, parse and answer questions about the
about a single :file:`robots.txt` file. :file:`robots.txt` file at *url*.
.. method:: set_url(url) .. method:: set_url(url)