summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-02-19 12:52:52 (GMT)
committerGuido van Rossum <guido@python.org>1991-02-19 12:52:52 (GMT)
commita95e463d1ec03dd1adfddcc4b02a7c39a0208f1f (patch)
tree233c7f909438b7b5a102bb0db0efab7bfe1ef3ac /Doc
parent14f7aae0801c8db3faf42c7a105ebd80f405ae25 (diff)
downloadcpython-a95e463d1ec03dd1adfddcc4b02a7c39a0208f1f.zip
cpython-a95e463d1ec03dd1adfddcc4b02a7c39a0208f1f.tar.gz
cpython-a95e463d1ec03dd1adfddcc4b02a7c39a0208f1f.tar.bz2
Minor changes.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/README b/Doc/README
index 491d621..468aad8 100644
--- a/Doc/README
+++ b/Doc/README
@@ -1,11 +1,11 @@
This directory contains the LaTeX source to the Python documentation.
-The documentation is not all finished, but good enough to get you some
-idea of how to program in Python.
+The documentation is not all finished, but good enough to get you
+started.
The following are the important latex source files:
- tut.tex tutorial
- mod.tex library reference
+ tut.tex A tutorial
+ mod.tex The library reference
They both read the style option file "myformat.sty".
@@ -15,7 +15,7 @@ Type "make print" to print them both (this only works if your print
spooler is set up just like mine...), or "make all" to create postscript
files that you can you can print using your local printing commands.
Type "make clean" to get rid of all the intermediate files produced by
-the latex process.
+the latex process, and other junk files.
You can just as well ignore the Makefile; all you really need is:
latex tut