Skip to content

Commit e42f492

Browse files
committed
Coroutine
1 parent 0713636 commit e42f492

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
@@ -1135,8 +1135,8 @@ Coroutine
11351135
* **If you built a collection of simple data processing components, you can glue them together into complex arrangements of pipes, branches, merging, etc.**
11361136

11371137
### Helper Decorator
1138-
* **All coroutines must be "primed" by first calling .next()**
1139-
* **Remembering to call .next() is easy to forget.**
1138+
* **All coroutines must be "primed" by first calling next()**
1139+
* **Remembering to call next() is easy to forget.**
11401140
* **Solved by wrapping coroutines with a decorator:**
11411141

11421142
```python

0 commit comments

Comments
 (0)