diff options
| author | Guido van Rossum <guido@python.org> | 1991-11-12 15:40:23 +0000 | 
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1991-11-12 15:40:23 +0000 | 
| commit | ddfb3ebdf617b9fbde4a7960fe85a4518adaa700 (patch) | |
| tree | 154ff9a7a7d5a48fd8dc66c4d0c2fed40ef9966a | |
| parent | 59e9070148f5dbc61187ccab08fd08e2666f1cb4 (diff) | |
| download | cpython-git-ddfb3ebdf617b9fbde4a7960fe85a4518adaa700.tar.gz | |
Split and renamed mod to lib[1-5]
| -rw-r--r-- | Doc/README | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Doc/README b/Doc/README index 468aad8cd0..831afac16c 100644 --- a/Doc/README +++ b/Doc/README @@ -4,8 +4,8 @@ started.  The following are the important latex source files: -	tut.tex		A tutorial -	mod.tex		The library reference +	tut.tex				A tutorial +	lib.tex, lib[1-5].tex		The library reference  They both read the style option file "myformat.sty". | 
