summaryrefslogtreecommitdiff
path: root/Python/compile.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-06-11 00:09:32 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-06-11 00:09:32 +0300
commit744a6d9cfaf59e95beb80d4f76062adc67096bd9 (patch)
treeda1bdb1a55bbdb3ac9c2c9f11b14cc8fa1e21608 /Python/compile.c
parent9077d33545026f725bf00e1632440b5974aff51e (diff)
parent52813d74ffe852ec446bbf4c3b68ab5a18c4b7c9 (diff)
downloadcpython-744a6d9cfaf59e95beb80d4f76062adc67096bd9.tar.gz
Fixed indentation of Python examples in C comments.
Diffstat (limited to 'Python/compile.c')
-rw-r--r--Python/compile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/compile.c b/Python/compile.c
index cbc23aa209..da16b833bf 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -3630,9 +3630,9 @@ expr_constant(struct compiler *c, expr_ty e)
BLOCK
finally:
if an exception was raised:
- exc = copy of (exception, instance, traceback)
+ exc = copy of (exception, instance, traceback)
else:
- exc = (None, None, None)
+ exc = (None, None, None)
if not (await exit(*exc)):
raise
*/