Browse Source

Typo correct

pull/53/head
dbecad 4 years ago
parent
commit
52b40ea8e1
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -239,7 +239,7 @@ def count(start, step):
(10, 12, 14)
```
### Recursive generator
* **Generators can be recursive using the yield from statment.**
* **Generators can be recursive using the yield from statement.**
```python
def depth_first(trie, current_word = ''):

Loading…
Cancel
Save