mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Change the generated markup so that attribute names are properly marked.
This commit is contained in:
parent
13130bc5b1
commit
3d05161c83
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def main():
|
|||
print "\\lineiii{%s}{}{}" % node.name
|
||||
|
||||
for arg in node.argnames[1:]:
|
||||
print "\\lineiii{}{%s}{}" % arg
|
||||
print "\\lineiii{}{\\member{%s}}{}" % arg
|
||||
print "\\hline", "\n"
|
||||
print "\\end{longtableiii}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue