Thanks to visit codestin.com Credit goes to github.com
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 6e9b1df commit 4bbfa2aCopy full SHA for 4bbfa2a
1 file changed
Doc/reference/simple_stmts.rst
@@ -798,7 +798,7 @@ modules which were imported and used within the module).
798
799
The :keyword:`from` form with ``*`` may only occur in a module scope. The wild
800
card form of import --- ``import *`` --- is only allowed at the module level.
801
-Attempting to use it in class for function definitions will raise a
+Attempting to use it in class or function definitions will raise a
802
:exc:`SyntaxError`.
803
804
.. index::
0 commit comments