Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4b4623

Browse files
committed
Merged revisions 74815 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r74815 | ezio.melotti | 2009-09-16 04:18:27 +0300 (Wed, 16 Sep 2009) | 1 line #6910 - for->or typo ........
1 parent 1e112ba commit f4b4623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/simple_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ modules which were imported and used within the module).
796796

797797
The :keyword:`from` form with ``*`` may only occur in a module scope. The wild
798798
card form of import --- ``import *`` --- is only allowed at the module level.
799-
Attempting to use it in class for function definitions will raise a
799+
Attempting to use it in class or function definitions will raise a
800800
:exc:`SyntaxError`.
801801

802802
.. index::

0 commit comments

Comments
 (0)