summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-30 20:41:30 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-30 20:41:30 (GMT)
commit6eed906533771c244472485cb5f5bf14dd8784f7 (patch)
tree5135ae2befd825e35b8d64b776469deef73c7fe1 /Modules
parent6c0b2340063345a581922bd14ed272fa09c84f28 (diff)
downloadcpython-6eed906533771c244472485cb5f5bf14dd8784f7.zip
cpython-6eed906533771c244472485cb5f5bf14dd8784f7.tar.gz
cpython-6eed906533771c244472485cb5f5bf14dd8784f7.tar.bz2
Typo (missing _) in _xdr line.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index 505aa60..6538cd4 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -139,7 +139,7 @@ errno errnomodule.c # posix (UNIX) errno values
#dbm dbmmodule.c # dbm(3) may require -lndbm or similar
#nis nismodule.c # Sun yellow pages -- not everywhere
#termios termios.c # Steen Lumholt's termios module
-#_xdr xdrmodule.c # -lnsl # Helper for xdrlib.py
+#_xdr _xdrmodule.c # -lnsl # Helper for xdrlib.py
# Multimedia modules -- on by default.