mirror of https://github.com/python/cpython.git
bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641)
This commit is contained in:
parent
5596909eac
commit
bc2bc0dbdb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue