From 8568752268bf721228ca989a2b572d4e3bf6275a Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 5 Sep 2006 01:52:00 +0000 Subject: Fix SF #1552093, eval docstring typo (3 ps in mapping) --- Python/bltinmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/bltinmodule.c') diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 5bae619774..ceb2fc77f4 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -607,7 +607,7 @@ PyDoc_STRVAR(eval_doc, Evaluate the source in the context of globals and locals.\n\ The source may be a string representing a Python expression\n\ or a code object as returned by compile().\n\ -The globals must be a dictionary and locals can be any mappping,\n\ +The globals must be a dictionary and locals can be any mapping,\n\ defaulting to the current globals and locals.\n\ If only globals is given, locals defaults to it.\n"); -- cgit v1.2.1