Skip to content

Commit e88f978

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

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
@@ -2013,7 +2013,7 @@ Jim Roskind suggests performing steps in the following order in each module:
20132013
* ``import`` statements
20142014
* active code (including globals that are initialized from imported values).
20152015

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

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

0 commit comments

Comments
 (0)