generated from Yavook.de/vscode-python3
typo
This commit is contained in:
parent
36f86a745d
commit
db8df8762c
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ def call_foo_local(pstr: str) -> None:
|
||||||
Redefine foo locally, then call - local foo is called.
|
Redefine foo locally, then call - local foo is called.
|
||||||
In local namespace, `pstr` is defined.
|
In local namespace, `pstr` is defined.
|
||||||
"""
|
"""
|
||||||
# call_local_foo got its own foo, so it calls locally
|
|
||||||
|
|
||||||
def foo() -> None:
|
def foo() -> None:
|
||||||
# foo in local namespace is fine
|
# foo in local namespace is fine
|
||||||
|
|
Loading…
Reference in a new issue