aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorSkip Montanaro <[email protected]>2021-02-16 20:14:16 -0600
committerSkip Montanaro <[email protected]>2021-02-16 20:14:16 -0600
commitc2587c76f1b416cdbecb979e54941933246bf856 (patch)
treebb61ee9128075ce22af4eafa232f13c2e5a07896 /src/README
parentd90761a005b24018ae237bf551515772a1de656f (diff)
downloadpython-0.9.1-patched-QoL-c2587c76f1b416cdbecb979e54941933246bf856.tar.xz
python-0.9.1-patched-QoL-c2587c76f1b416cdbecb979e54941933246bf856.zip
starting over
Diffstat (limited to 'src/README')
-rw-r--r--src/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README b/src/README
index 714cd5b..2581c9d 100644
--- a/src/README
+++ b/src/README
@@ -4,7 +4,7 @@ To build the interpreter, edit the Makefile, follow the instructions
there, and type "make python".
To use the interpreter, you must set the environment variable PYTHONPATH
-to point to the directory containing the standard modules. These are
+to point to the directory containing the standard modules. These are
distributed as a sister directory called 'lib' of this source directory.
Try importing the module 'testall' to see if everything works.