diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-20 15:57:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 15:57:37 (GMT) |
commit | e88f9787aba2ab95df75baa6cb6ee5eacb450489 (patch) | |
tree | 87852927615942522186fb45e5bae50fb89b36c5 /Doc/faq | |
parent | e8d41eea7a73a91cf1da2a4e60245902226bc599 (diff) | |
download | cpython-e88f9787aba2ab95df75baa6cb6ee5eacb450489.zip cpython-e88f9787aba2ab95df75baa6cb6ee5eacb450489.tar.gz cpython-e88f9787aba2ab95df75baa6cb6ee5eacb450489.tar.bz2 |
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@live.com>
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/programming.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst index 5286bbb..d838e61 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 |