Update python/ql/src/semmle/python/Magic.qll

Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
yoff
2020-08-18 12:59:57 +02:00
committed by GitHub
parent 571520602d
commit b9bf11adb4

View File

@@ -16,7 +16,7 @@ import python
module MagicMethod {
/** A control flow node which might correpsond to a magic method call. */
abstract class Potential extends ControlFlowNode {
/** Gets the name of the method that would be called */
/** Gets the name of the method that would be called. */
abstract string getMagicMethodName();
/** Gets the controlflow node that would be passed as the specified argument. */