Merge pull request #278 from oagbaneje/patch-4
Add link to python generators page
This commit is contained in:
@ -112,7 +112,7 @@ Extract
|
|||||||
yield 'hello'
|
yield 'hello'
|
||||||
yield 'world'
|
yield 'world'
|
||||||
|
|
||||||
This is a first transformation, written as a python generator, that will send some strings, one after the other, to its
|
This is a first transformation, written as a `python generator <https://docs.python.org/3/glossary.html#term-generator>`_, that will send some strings, one after the other, to its
|
||||||
output.
|
output.
|
||||||
|
|
||||||
Transformations that take no input and yields a variable number of outputs are usually called **extractors**. You'll
|
Transformations that take no input and yields a variable number of outputs are usually called **extractors**. You'll
|
||||||
|
|||||||
Reference in New Issue
Block a user