]> granicus.if.org Git - python/commitdiff
Remove spurious space before a period.
authorFred Drake <fdrake@acm.org>
Wed, 15 Aug 2001 18:48:10 +0000 (18:48 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 15 Aug 2001 18:48:10 +0000 (18:48 +0000)
Tools/compiler/doc/compiler.tex

index 824ff089433c5260bde48af9761fe1629d302666..5a0efa5630285e0d8544d716bb58b6758fcb882a 100644 (file)
@@ -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