Skip to content

Commit 779dd0d

Browse files
atallahadeyasoob
authored andcommitted
Fix minor typo (yasoob#177)
Fix typo in the "Comprehensions" section.
1 parent 50f50c6 commit 779dd0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comprehensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ that they use braces ``{}``. Here is an example:
9696
``generator`` comprehensions
9797
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9898

99-
They are also similar to list comprehensions. The only difference is that they don't allocate memory for the whole list but generate one item at a time, thus more memory effecient.
99+
They are also similar to list comprehensions. The only difference is that they don't allocate memory for the whole list but generate one item at a time, thus more memory efficient.
100100

101101
.. code:: python
102102

0 commit comments

Comments
 (0)