diff options
author | Brett Cannon <brett@python.org> | 2024-03-15 13:03:38 -0700 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-16 12:37:42 +0000 |
commit | e5019e5496d27c8c0c56f0510a88cc4fa693ce53 (patch) | |
tree | ab731bb3478e9e5bfe65d21fd4b87e645f99187b /src | |
parent | 13ca259355e90d135c1d1055d4ed17ce2aa7c1e3 (diff) | |
download | tour-e5019e5496d27c8c0c56f0510a88cc4fa693ce53.tar.gz tour-e5019e5496d27c8c0c56f0510a88cc4fa693ce53.zip |
Clarify what makes up the callback function of a `use` expression
Diffstat (limited to 'src')
-rw-r--r-- | src/content/chapter5_advanced_features/lesson00_use/en.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/chapter5_advanced_features/lesson00_use/en.html b/src/content/chapter5_advanced_features/lesson00_use/en.html index e295dda..b8e2641 100644 --- a/src/content/chapter5_advanced_features/lesson00_use/en.html +++ b/src/content/chapter5_advanced_features/lesson00_use/en.html @@ -20,8 +20,8 @@ including zero. </p> <p> - All the following code in the <code class="hljs">{}</code> block becomes the - body of the callback function. + All the remaining code in the enclosing <code class="hljs">{}</code> block + becomes the body of the callback function. </p> <p> This is a very capable and useful feature, but excessive application of |