Fixed indentation of Python examples in C comments.

This commit is contained in:
Serhiy Storchaka 2015-06-11 00:09:32 +03:00
commit ec466a15d9
5 changed files with 36 additions and 36 deletions

View file

@ -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
*/
@ -3725,9 +3725,9 @@ compiler_async_with(struct compiler *c, stmt_ty s, int pos)
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)
exit(*exc)
*/
static int