python: remove outdated comment

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-03-20 14:13:48 +01:00
parent 72e97918e9
commit b042c60ca3

View File

@@ -5,7 +5,7 @@ def topLevel():
def bar():
nonlocal foo
print(foo) # FP
print(foo)
foo = 4
bar()