diff options
author | JMcB <joel.mcbride1@live.com> | 2021-11-20 09:35:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 09:35:39 (GMT) |
commit | bc2bc0dbdb52498d009f9f9771452e6aa4faff2b (patch) | |
tree | e11b8f044fdf18dd2bab9b666793d3e6f18a317d /Doc/faq | |
parent | 5596909eac4abdc9927c2e7751bea34fbcfdc624 (diff) | |
download | cpython-bc2bc0dbdb52498d009f9f9771452e6aa4faff2b.zip cpython-bc2bc0dbdb52498d009f9f9771452e6aa4faff2b.tar.gz cpython-bc2bc0dbdb52498d009f9f9771452e6aa4faff2b.tar.bz2 |
bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641)
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 12b70db..154563a 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 |