diff options
author | Raymond Hettinger <python@rcn.com> | 2004-03-13 20:27:23 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-03-13 20:27:23 (GMT) |
commit | 2d95f1ad570791a5dffb16addd74b35b46f77fdc (patch) | |
tree | 6e0cddf34d3727863d9481c8cbbb20a1b27f4a62 /Misc/cheatsheet | |
parent | 3aa82c07f709a532de28a39308c23757d3b9c91b (diff) | |
download | cpython-2d95f1ad570791a5dffb16addd74b35b46f77fdc.zip cpython-2d95f1ad570791a5dffb16addd74b35b46f77fdc.tar.gz cpython-2d95f1ad570791a5dffb16addd74b35b46f77fdc.tar.bz2 |
SF patch #911431: robot.txt must be robots.txt
(Contributed by George Yoshida.)
Diffstat (limited to 'Misc/cheatsheet')
-rw-r--r-- | Misc/cheatsheet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/cheatsheet b/Misc/cheatsheet index 0c16ddb..487949a 100644 --- a/Misc/cheatsheet +++ b/Misc/cheatsheet @@ -1962,7 +1962,7 @@ repr Redo repr() but with limits on most sizes. rexec Restricted execution facilities ("safe" exec, eval, etc). rfc822 RFC-822 message manipulation class. rlcompleter Word completion for GNU readline 2.0. -robotparser Parse robot.txt files, useful for web spiders. +robotparser Parse robots.txt files, useful for web spiders. sched A generally useful event scheduler class. sets Module for a set datatype. sgmllib A parser for SGML. |