Skip to content

Commit a4144f8

Browse files
author
Zheyuan Chen
authored
Update README.md
1 parent 824deb8 commit a4144f8

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
@@ -104,7 +104,7 @@ print([(x, y) for x, y in (1 /to/ 3) * (4 /to/ 6)])
104104
# return [(1, 4), (1, 5), (1, 6), (2, 4), (2, 5), (2, 6), (3, 4), (3, 5), (3, 6)]
105105
```
106106

107-
Make your own infix functions, so you can append multiple items to a list in one line.
107+
Make your own infix function, so you can append multiple items to a list in one line.
108108
``` python
109109
@infix
110110
def push(lst, x):

0 commit comments

Comments
 (0)