[issue45086] f-string unmatched ']'

Eric V. Smith report at bugs.python.org
Thu Sep 2 13:17:34 EDT 2021


Eric V. Smith <eric at trueblade.com> added the comment:

I think it's basically this error:

>>> num]
  File "<stdin>", line 1
    num]
       ^
SyntaxError: unmatched ']'

Although I'd have to look at it more to see why that's the error it chose to display, instead of the curly brace.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45086>
_______________________________________


More information about the Python-bugs-list mailing list