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 1ecb685 commit e475a42Copy full SHA for e475a42
1 file changed
Doc/reference/expressions.rst
@@ -980,8 +980,9 @@ the following generator function::
980
981
make_generator_of_squares(range(10))
982
983
-The enclosing parentheses can be omitted in calls with only one
984
-positional argument.
+The enclosing parentheses can be omitted in calls when the generator
+expression is the only positional argument and there are no keyword
985
+arguments.
986
See the :ref:`Calls section <calls>` for details.
987
For example::
988
0 commit comments