diff options
author | Guido van Rossum <guido@python.org> | 2002-10-18 15:40:13 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-10-18 15:40:13 (GMT) |
commit | ecbb0eaa43938e75afe4e1a4c122c3dc64290fdd (patch) | |
tree | d7cce321fbb9add37ee40da86f9635da46c2423a /Demo/classes/README | |
parent | 989ea8d4eb8dd0c0aa9dd2a5a1300d2fc57dfcb0 (diff) | |
download | cpython-ecbb0eaa43938e75afe4e1a4c122c3dc64290fdd.zip cpython-ecbb0eaa43938e75afe4e1a4c122c3dc64290fdd.tar.gz cpython-ecbb0eaa43938e75afe4e1a4c122c3dc64290fdd.tar.bz2 |
Update docs. Remove old classes.doc.
Diffstat (limited to 'Demo/classes/README')
-rw-r--r-- | Demo/classes/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Demo/classes/README b/Demo/classes/README index cca7524..1d41f6a 100644 --- a/Demo/classes/README +++ b/Demo/classes/README @@ -10,5 +10,4 @@ Vec.py A simple vector class bitvec.py A bit-vector class by Jan-Hein B\"uhrman (For straightforward examples of basic class features, such as use of -methods and inheritance, see the library code -- especially the window -modules are full of them.) +methods and inheritance, see the library code.) |