]> granicus.if.org Git - python/commitdiff
typo
authorGuido van Rossum <guido@python.org>
Wed, 26 Jun 1996 19:27:05 +0000 (19:27 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 26 Jun 1996 19:27:05 +0000 (19:27 +0000)
Doc/ref/ref4.tex
Doc/ref4.tex

index 429302a9070e2ad8ac11e018e048f56cfbecd837..2151a6aa187506247097b434a184493378833137 100644 (file)
@@ -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) \\
index 429302a9070e2ad8ac11e018e048f56cfbecd837..2151a6aa187506247097b434a184493378833137 100644 (file)
@@ -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) \\