Skip to content

Commit e3434cf

Browse files
committed
remove reference to performance improvement
1 parent 5616000 commit e3434cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0798.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ Replacing Double Loops in Comprehensions
492492
----------------------------------------
493493

494494
Replacing double loops in comprehensions avoids the need for defining and
495-
referencing an auxiliary variable, reducing clutter and improving performance.
495+
referencing an auxiliary variable, reducing clutter.
496496

497497
* From ``importlib/resources/readers.py``::
498498

0 commit comments

Comments
 (0)