commit | 23301a9467024eb70b654924c3f0a54d76702e47 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon May 24 14:19:37 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon May 24 14:19:37 1993 +0000 |
tree | 5db8a61d44362828c147c19a369ca0a25eaa7a43 | |
parent | d316607732aa70361d5793f6b301b70fab7ca367 [diff] [blame] |
* lib1.tex: documented dict.items() and dict.values() * ref3.tex: documented new __init__ and __del__ special methods of class instances.
diff --git a/Doc/tools/partparse.py b/Doc/tools/partparse.py index 83b58bd..1f8e952 100644 --- a/Doc/tools/partparse.py +++ b/Doc/tools/partparse.py
@@ -1001,7 +1001,7 @@ # things that are special to LaTeX, but not to texi.. onlylatexspecial = '_~^$#&%' -class Struct(): pass +class Struct: pass hist = Struct() out = Struct()