python: update comments

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-05-03 18:10:15 +02:00
parent e49f7a5d33
commit 6d9fd24f1b
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Here we test writing to a captured variable via the `nonlocal` keyword (see `out`).
# Here we test writing to a captured global variable via the `global` keyword (see `out`).
# We also test reading one captured variable and writing the value to another (see `through`).
# All functions starting with "test_" should run and execute `print("OK")` exactly once.