mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Add comment about updating docs
This commit is contained in:
parent
cc9ab14a97
commit
a6d4b68254
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
# ! this child is a sequence that contains nodes in it
|
# ! this child is a sequence that contains nodes in it
|
||||||
# & this child may be set to None
|
# & this child may be set to None
|
||||||
# = ... a default value for the node constructor (optional args)
|
# = ... a default value for the node constructor (optional args)
|
||||||
|
#
|
||||||
|
# If you add node types here, please be sure to update the list of
|
||||||
|
# Node types in Doc/lib/asttable.tex.
|
||||||
Module: doc*, node
|
Module: doc*, node
|
||||||
Stmt: nodes!
|
Stmt: nodes!
|
||||||
Decorators: nodes!
|
Decorators: nodes!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue