diff options
author | Guido van Rossum <guido@python.org> | 1996-06-26 19:27:05 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-06-26 19:27:05 (GMT) |
commit | b7c6620e7f5b32652ed075a1eeb73c7ef2a6a0dc (patch) | |
tree | b7a54a80dc06a9a698383c35065d448351e0f057 /Doc/ref | |
parent | a95a1405a8c13f2deb3f79ddb2bae1d9e7e95397 (diff) | |
download | cpython-b7c6620e7f5b32652ed075a1eeb73c7ef2a6a0dc.zip cpython-b7c6620e7f5b32652ed075a1eeb73c7ef2a6a0dc.tar.gz cpython-b7c6620e7f5b32652ed075a1eeb73c7ef2a6a0dc.tar.bz2 |
typo
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref4.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref4.tex b/Doc/ref/ref4.tex index 429302a..2151a6a 100644 --- a/Doc/ref/ref4.tex +++ b/Doc/ref/ref4.tex @@ -101,7 +101,7 @@ Interactive command & n.s. for \verb@__main__@ & same as global & \\ Class definition & global n.s. of containing block & new n.s. & \\ Function body & global n.s. of containing block & new n.s. & \\ String passed to \verb@exec@ statement - & global n.s. of cobtaining block + & global n.s. of containing block & local n.s. of containing block & (1) \\ String passed to \verb@eval()@ & global n.s. of caller & local n.s. of caller & (1) \\ |