From b7c6620e7f5b32652ed075a1eeb73c7ef2a6a0dc Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 26 Jun 1996 19:27:05 +0000 Subject: [PATCH] typo --- Doc/ref/ref4.tex | 2 +- Doc/ref4.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) \\ -- 2.50.1