]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Nov 2021 15:57:37 +0000 (07:57 -0800)
committerGitHub <noreply@github.com>
Sat, 20 Nov 2021 15:57:37 +0000 (16:57 +0100)
(cherry picked from commit bc2bc0dbdb52498d009f9f9771452e6aa4faff2b)

Co-authored-by: JMcB <joel.mcbride1@live.com>
Doc/faq/programming.rst

index 5286bbbccf0731a460c9730234f5d4cbb1e888c2..d838e6141f8d4bace9c40708e05506def24cefb5 100644 (file)
@@ -2013,7 +2013,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