We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d41ee commit e88f978Copy full SHA for e88f978
Doc/faq/programming.rst
@@ -2013,7 +2013,7 @@ Jim Roskind suggests performing steps in the following order in each module:
2013
* ``import`` statements
2014
* active code (including globals that are initialized from imported values).
2015
2016
-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
2017
strange place, but it does work.
2018
2019
Matthias Urlichs recommends restructuring your code so that the recursive import
0 commit comments