Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2ca42 commit 3306b59Copy full SHA for 3306b59
1 file changed
python/ql/src/semmle/python/PrintAst.qll
@@ -134,7 +134,7 @@ class TopLevelPrintAstNode extends PrintAstNode {
134
*
135
* This class can be overwriten to define more specific behavior for some `AstNode`s.
136
* 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`.
+ * Be very carefull about overriding `getChild`, as `getChildNode` and `getStmtList` depends on the default beavior of `getChild`.
138
*/
139
class AstElementNode extends PrintAstNode, TElementNode {
140
AstNode element;
0 commit comments