diff options
author | Guido van Rossum <guido@python.org> | 1998-07-24 15:36:43 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-07-24 15:36:43 (GMT) |
commit | 7c0240f11235bb24778ba4e9484ce683497b4ca2 (patch) | |
tree | 6f822bc72fb0c28be5c45b40e38966c20937b323 /Doc/ref/ref4.tex | |
parent | c2aa9fbad9dc5befd22f579363880b9fce30a552 (diff) | |
download | cpython-7c0240f11235bb24778ba4e9484ce683497b4ca2.zip cpython-7c0240f11235bb24778ba4e9484ce683497b4ca2.tar.gz cpython-7c0240f11235bb24778ba4e9484ce683497b4ca2.tar.bz2 |
e.g. -> e.g.,
Diffstat (limited to 'Doc/ref/ref4.tex')
-rw-r--r-- | Doc/ref/ref4.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref4.tex b/Doc/ref/ref4.tex index 4873804..4d5f8d0 100644 --- a/Doc/ref/ref4.tex +++ b/Doc/ref/ref4.tex @@ -12,7 +12,7 @@ body. Some code blocks (like modules) are normally executed only once, others (like function bodies) may be executed many times. Code blocks may textually contain other code blocks. Code blocks may invoke other code blocks (that may or may not be textually contained in them) as -part of their execution, e.g. by invoking (calling) a function. +part of their execution, e.g., by invoking (calling) a function. \index{code block} \indexii{code}{block} |