X-Git-Url: https://jxself.org/git/?p=ibg.git;a=blobdiff_plain;f=chapters%2F07.rst;fp=chapters%2F07.rst;h=8289c383763986d67a96bc34a7a74e5c213eb22f;hp=4a8031b369df988dd1ba045d6ded4218b7557950;hb=f9eb50b5024de49b2df4b5daab471731840195d3;hpb=b6aa7fcf8e4a88790cd36c9d5a15a4291cb94803 diff --git a/chapters/07.rst b/chapters/07.rst index 4a8031b..8289c38 100644 --- a/chapters/07.rst +++ b/chapters/07.rst @@ -619,7 +619,7 @@ we *could* write two ``if`` statements:: enough. How's Frau Tell? Give her my best wishes.~^"; but that's unbearably clumsy; instead, we use the braces to group the -``move`` and ``print`` statement into a **statement block** (sometimes +``move`` and ``print`` statement into a :term:`statement block` (sometimes known as a code block) which counts as a single statement for the purposes of control by the ``if`` statement. ::