Skip to content

Commit 82f1a6e

Browse files
bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (GH-29656)
(cherry picked from commit bc2bc0d) Co-authored-by: JMcB <[email protected]>
1 parent 904af3d commit 82f1a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/faq/programming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,7 @@ Jim Roskind suggests performing steps in the following order in each module:
20922092
* ``import`` statements
20932093
* active code (including globals that are initialized from imported values).
20942094

2095-
van Rossum doesn't like this approach much because the imports appear in a
2095+
Van Rossum doesn't like this approach much because the imports appear in a
20962096
strange place, but it does work.
20972097

20982098
Matthias Urlichs recommends restructuring your code so that the recursive import

0 commit comments

Comments
 (0)