Python: format

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-01-27 19:48:01 +01:00
parent 2c5da85e3b
commit 2120868939

View File

@@ -42,8 +42,8 @@ class Function extends Function_, Scope, AstNode {
/**
* Holds if this function represents a lambda.
*
* 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
* 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
* name otherwise, and so it's impossible to get a non-lambda function accidentally
* classified as a lambda.
*/