We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c567406 commit 76f2297Copy full SHA for 76f2297
1 file changed
pep.rst
@@ -1396,9 +1396,10 @@ introducing another kind of weird type form.
1396
Destructuring?
1397
''''''''''''''
1398
1399
-The other potential downside is that it suggests that we might want to
1400
-be able to iterate over ``Attrs`` and ``Members`` with an ``items()``
1401
-style iterator, and that raises more complicated questions.
+The other potential "downside" (which might really be an upside!) is
+that it suggests that we might want to be able to iterate over
+``Attrs`` and ``Members`` with an ``items()`` style iterator, and that
1402
+raises more complicated questions.
1403
1404
First, the syntax would be something like::
1405
0 commit comments