diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-15 16:50:54 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-15 16:50:54 -0400 |
commit | ca99440c2c0749b73b7a44304186776089b776ba (patch) | |
tree | d7e80839460bb391dd71c63bae5365cb20b425cf | |
parent | ad6b28c946fdc46a1fbdc74ef1f4840910400d98 (diff) | |
parent | f3f06817946d149fb401c09fa48a08a2f1fd5a3f (diff) | |
download | cpython-git-ca99440c2c0749b73b7a44304186776089b776ba.tar.gz |
Merge with 3.2
-rw-r--r-- | Doc/library/urllib.robotparser.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/urllib.robotparser.rst b/Doc/library/urllib.robotparser.rst index 0cac2ad3ea..f179de2f92 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) |