diff options
author | Guido van Rossum <guido@python.org> | 1994-08-08 12:30:22 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-08 12:30:22 +0000 |
commit | 16d6e7109deb1bcfd8a860cb60c16c02a0ef183b (patch) | |
tree | 81624359068cca2b8476d0894c8cd28788d0762e /Doc/libmods.tex | |
parent | 4b4c664d2e93279c8d749da027000453f9e2cd46 (diff) | |
download | cpython-git-16d6e7109deb1bcfd8a860cb60c16c02a0ef183b.tar.gz |
Lots of small corrections by Andrew Kuchling (plus all new rotor docs)
Diffstat (limited to 'Doc/libmods.tex')
-rwxr-xr-x | Doc/libmods.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libmods.tex b/Doc/libmods.tex index 3b902de195..5bc6ee21e3 100755 --- a/Doc/libmods.tex +++ b/Doc/libmods.tex @@ -2,6 +2,6 @@ The modules described in this chapter are built into the interpreter and considered part of Python's standard environment: they are always -avaialble.\footnote{at least in theory --- it is possible to specify +available.\footnote{at least in theory --- it is possible to specify at build time that one or more of these modules should be excluded, but it would be antisocial to do so.} |