summaryrefslogtreecommitdiffstats
path: root/Python/bltinmodule.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-12-07 01:12:51 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-12-07 01:12:51 (GMT)
commitd45a46b60d2dc4616d681567d32482a1ad2c8c0c (patch)
tree6dec0e2114ae2cee43974410e8e1068cf15327e9 /Python/bltinmodule.c
parent9bcb1127f1d1305cc8071f8b4460af3b34f3ec74 (diff)
parent933142a8f238529c610edf2100c4208a8ee82805 (diff)
downloadcpython-d45a46b60d2dc4616d681567d32482a1ad2c8c0c.zip
cpython-d45a46b60d2dc4616d681567d32482a1ad2c8c0c.tar.gz
cpython-d45a46b60d2dc4616d681567d32482a1ad2c8c0c.tar.bz2
merge 3.3 (#19910)
Diffstat (limited to 'Python/bltinmodule.c')
-rw-r--r--Python/bltinmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c
index 057ab47..e3157d0 100644
--- a/Python/bltinmodule.c
+++ b/Python/bltinmodule.c
@@ -695,7 +695,7 @@ finally:
PyDoc_STRVAR(compile_doc,
"compile(source, filename, mode[, flags[, dont_inherit]]) -> code object\n\
\n\
-Compile the source string (a Python module, statement or expression)\n\
+Compile the source (a Python module, statement or expression)\n\
into a code object that can be executed by exec() or eval().\n\
The filename will be used for run-time error messages.\n\
The mode must be 'exec' to compile a module, 'single' to compile a\n\