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

This commit is contained in:
JMcB 2021-11-20 09:35:39 +00:00 committed by GitHub
parent 5596909eac
commit bc2bc0dbdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2092,7 +2092,7 @@ Jim Roskind suggests performing steps in the following order in each module:
* ``import`` statements * ``import`` statements
* active code (including globals that are initialized from imported values). * 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. strange place, but it does work.
Matthias Urlichs recommends restructuring your code so that the recursive import Matthias Urlichs recommends restructuring your code so that the recursive import