Skip to content

Commit a096187

Browse files
author
Zheyuan Chen
authored
Update README.md
1 parent c0aa9d4 commit a096187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def push(lst, x):
183183
[] /push/ 1 /push/ 2 /push/ 3
184184
# returns [1,2,3]
185185
```
186-
186+
<!---
187187
### stream
188188
189189
``` python
@@ -198,5 +198,5 @@ list((stream() << [1, 1] << (lambda x, y: x + y)) /take/ 10)
198198
# This is the first 10 items of an infinite fibonacci stream
199199
# If a function is met, stream will infinitely take the last N previous items as the input of the lambda to generate the next item.
200200
```
201-
201+
-->
202202
More receipes: https://github.com/czheo/syntax_sugar_python/tree/master/recipes

0 commit comments

Comments
 (0)