Skip to content

Commit 3306b59

Browse files
erik-kroghyoff
andauthored
Update python/ql/src/semmle/python/PrintAst.qll
Co-authored-by: yoff <lerchedahl@gmail.com>
1 parent 1d2ca42 commit 3306b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/PrintAst.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class TopLevelPrintAstNode extends PrintAstNode {
134134
*
135135
* This class can be overwriten to define more specific behavior for some `AstNode`s.
136136
* The `getChildNode` and `getStmtList` methods can be overwritten to easily set up a child-parent relation between different `AstElementNode`s.
137-
* Be very carefull about overridding `getChild`, as `getChildNode` and `getStmtList` depends on the default beavior of `getChild`.
137+
* Be very carefull about overriding `getChild`, as `getChildNode` and `getStmtList` depends on the default beavior of `getChild`.
138138
*/
139139
class AstElementNode extends PrintAstNode, TElementNode {
140140
AstNode element;

0 commit comments

Comments
 (0)