commit | ecbb0eaa43938e75afe4e1a4c122c3dc64290fdd | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Oct 18 15:40:13 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Oct 18 15:40:13 2002 +0000 |
tree | d7cce321fbb9add37ee40da86f9635da46c2423a | |
parent | 989ea8d4eb8dd0c0aa9dd2a5a1300d2fc57dfcb0 [diff] [blame] |
Update docs. Remove old classes.doc.
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 @@ 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.)