summaryrefslogtreecommitdiffstats
path: root/Misc/cheatsheet
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-03-13 20:27:23 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-03-13 20:27:23 (GMT)
commit2d95f1ad570791a5dffb16addd74b35b46f77fdc (patch)
tree6e0cddf34d3727863d9481c8cbbb20a1b27f4a62 /Misc/cheatsheet
parent3aa82c07f709a532de28a39308c23757d3b9c91b (diff)
downloadcpython-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/cheatsheet2
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.