mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
* lib1.tex: documented dict.items() and dict.values()
* ref3.tex: documented new __init__ and __del__ special methods of class instances.
This commit is contained in:
parent
d316607732
commit
23301a9467
4 changed files with 38 additions and 2 deletions
|
@ -1001,7 +1001,7 @@ def next_command_p(length, buf, pp, i, cmdname):
|
|||
# things that are special to LaTeX, but not to texi..
|
||||
onlylatexspecial = '_~^$#&%'
|
||||
|
||||
class Struct(): pass
|
||||
class Struct: pass
|
||||
|
||||
hist = Struct()
|
||||
out = Struct()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue