We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51dd9d commit 9ed3cd8Copy full SHA for 9ed3cd8
Doc/tutorial/classes.rst
@@ -114,8 +114,8 @@ accessible. "Directly accessible" here means that an unqualified reference to a
114
name attempts to find the name in the namespace.
115
116
Although scopes are determined statically, they are used dynamically. At any
117
-time during execution, there are at least three nested scopes whose namespaces
118
-are directly accessible:
+time during execution, At any time during execution, there are 3 or 4 nested
+scopes whose namespaces are directly accessible:
119
120
* the innermost scope, which is searched first, contains the local names
121
* the scopes of any enclosing functions, which are searched starting with the
0 commit comments