From: Guido van Rossum Date: Wed, 26 Jun 1996 19:27:05 +0000 (+0000) Subject: typo X-Git-Tag: v1.4b1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7c6620e7f5b32652ed075a1eeb73c7ef2a6a0dc;p=python typo --- diff --git a/Doc/ref/ref4.tex b/Doc/ref/ref4.tex index 429302a907..2151a6aa18 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) \\ diff --git a/Doc/ref4.tex b/Doc/ref4.tex index 429302a907..2151a6aa18 100644 --- a/Doc/ref4.tex +++ b/Doc/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) \\