]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641)
authorJMcB <joel.mcbride1@live.com>
Sat, 20 Nov 2021 09:35:39 +0000 (09:35 +0000)
committerGitHub <noreply@github.com>
Sat, 20 Nov 2021 09:35:39 +0000 (11:35 +0200)
Doc/faq/programming.rst

index 12b70dbbe73029d4ab3728260ba6a04ff9dbbfc9..154563a859e31bd591ee0522777f5c6c68df5a2a 100644 (file)
@@ -2092,7 +2092,7 @@ Jim Roskind suggests performing steps in the following order in each module:
 * ``import`` statements
 * active code (including globals that are initialized from imported values).
 
-van Rossum doesn't like this approach much because the imports appear in a
+Van Rossum doesn't like this approach much because the imports appear in a
 strange place, but it does work.
 
 Matthias Urlichs recommends restructuring your code so that the recursive import