diff --git a/pep-0701.rst b/pep-0701.rst index 73f56b15c..4ed89e9e3 100644 --- a/pep-0701.rst +++ b/pep-0701.rst @@ -578,7 +578,7 @@ Rejected Ideas >>> f'Useless use of lambdas: { lambda x: x*2 }' SyntaxError: unexpected EOF while parsing - The reason is that this will introduce a considerable amount of + The reason is that this will introduce a considerable amount of complexity for no real benefit. This is due to the fact that the ``:`` character normally separates the f-string format specification. This format specification is currently tokenized as a string. As the tokenizer MUST tokenize what's on the