Skip to content

Commit 2120868

Browse files
committed
Python: format
1 parent 2c5da85 commit 2120868

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/ql/src/semmle/python/Function.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ class Function extends Function_, Scope, AstNode {
4242
/**
4343
* Holds if this function represents a lambda.
4444
*
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
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
4747
* name otherwise, and so it's impossible to get a non-lambda function accidentally
4848
* classified as a lambda.
4949
*/

0 commit comments

Comments
 (0)