Skip to content

Commit 4f28f75

Browse files
authored
Fix repeated words in Classes tutorial (GH-21455)
The phrase "At any time during execution," was repeated twice. Automerge-Triggered-By: @Mariatta
1 parent 8dd32fe commit 4f28f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/tutorial/classes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ accessible. "Directly accessible" here means that an unqualified reference to a
114114
name attempts to find the name in the namespace.
115115

116116
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:
117+
time during execution, there are 3 or 4 nested scopes whose namespaces are
118+
directly accessible:
119119

120120
* the innermost scope, which is searched first, contains the local names
121121
* the scopes of any enclosing functions, which are searched starting with the

0 commit comments

Comments
 (0)