mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove spurious space before a period.
This commit is contained in:
parent
d55657bdf2
commit
4e6a3fe0f6
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ correct order. A walk begins with a call to \method{preorder()}. For
|
|||
each node, it checks the \var{visitor} argument to \method{preorder()}
|
||||
for a method named `visitNodeType,' where NodeType is the name of the
|
||||
node's class, e.g. for a \class{While} node a \method{visitWhile()}
|
||||
would be called . If the method exists, it is called with the node as
|
||||
would be called. If the method exists, it is called with the node as
|
||||
its first argument.
|
||||
|
||||
The visitor method for a particular node type can control how child
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue