[Python-checkins] bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (GH-29657)

ambv webhook-mailer at python.org
Sat Nov 20 10:57:42 EST 2021


https://github.com/python/cpython/commit/e88f9787aba2ab95df75baa6cb6ee5eacb450489
commit: e88f9787aba2ab95df75baa6cb6ee5eacb450489
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2021-11-20T16:57:37+01:00
summary:

bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (GH-29657)

(cherry picked from commit bc2bc0dbdb52498d009f9f9771452e6aa4faff2b)

Co-authored-by: JMcB <joel.mcbride1 at live.com>

files:
M Doc/faq/programming.rst

diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst
index 5286bbbccf073..d838e6141f8d4 100644
--- a/Doc/faq/programming.rst
+++ b/Doc/faq/programming.rst
@@ -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



More information about the Python-checkins mailing list