Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd32fe commit 4f28f75Copy full SHA for 4f28f75
1 file changed
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, At any time during execution, there are 3 or 4 nested
118
-scopes whose namespaces are directly accessible:
+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