We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5da85 commit 2120868Copy full SHA for 2120868
1 file changed
python/ql/src/semmle/python/Function.qll
@@ -42,8 +42,8 @@ class Function extends Function_, Scope, AstNode {
42
/**
43
* Holds if this function represents a lambda.
44
*
45
- * The extractor reifies each lambda expression as a (local) function with the name
46
- * "lambda". As `lambda` is a keyword in Python, it's impossible to create a function with this
+ * The extractor reifies each lambda expression as a (local) function with the name
+ * "lambda". As `lambda` is a keyword in Python, it's impossible to create a function with this
47
* name otherwise, and so it's impossible to get a non-lambda function accidentally
48
* classified as a lambda.
49
*/
0 commit comments