Skip to content

Commit b3f49f4

Browse files
committed
Fix typo in README
1 parent 203ee74 commit b3f49f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for x in iter {
5454
It can be written like generator expressions in python:
5555

5656
```python
57-
# Pyton
57+
# Python
5858
values = [6, 2, 9, 4, -1, 33, 87, 23]
5959
result = (x*x for x in values if x < 10)
6060
```

0 commit comments

Comments
 (0)