mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +00:00
Fixed indentation of Python examples in C comments.
This commit is contained in:
parent
6250df81bf
commit
d741a88049
5 changed files with 34 additions and 34 deletions
|
@ -3330,9 +3330,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)
|
||||
exit(*exc)
|
||||
*/
|
||||
static int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue