mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Fix some typos
This commit is contained in:
@@ -643,7 +643,7 @@ Never use a list comprehension just for its side effects.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
[print(x) for x in seqeunce]
|
||||
[print(x) for x in sequence]
|
||||
|
||||
**Good**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user