Skip to content

Commit c801604

Browse files
committed
Refer to nested suites as "nesting"
The term "scoping" has a specific meaning in Python (related to variable scopes), so it's preferable to use another term like "nesting" to refer to nested suites.
1 parent 10600b6 commit c801604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/buttons.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ It's obvious that the main tasks are broken down into sub-tasks that are
102102
``Bacon`` and ``Tomatoes`` are obviously related to ``Shopping``. By indenting
103103
things we make it easy to see, at a glance, how the tasks relate to each other.
104104

105-
This is called *scoping*. We use scoping to define blocks of code like this::
105+
This is called *nesting*. We use nesting to define blocks of code like this::
106106

107107
from microbit import *
108108

0 commit comments

Comments
 (0)