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

serhiy-storchaka webhook-mailer at python.org
Sat Nov 20 04:35:43 EST 2021


https://github.com/python/cpython/commit/bc2bc0dbdb52498d009f9f9771452e6aa4faff2b
commit: bc2bc0dbdb52498d009f9f9771452e6aa4faff2b
branch: main
author: JMcB <joel.mcbride1 at live.com>
committer: serhiy-storchaka <storchaka at gmail.com>
date: 2021-11-20T11:35:39+02:00
summary:

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

files:
M Doc/faq/programming.rst

diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst
index 12b70dbbe7302..154563a859e31 100644
--- a/Doc/faq/programming.rst
+++ b/Doc/faq/programming.rst
@@ -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



More information about the Python-checkins mailing list