Fix output from generator example code
From Slack:
Comments to the Generators section: the output
<generator object my_infinite_multiplier at 0x_random_mem>
refers tomy_infinite_multiplier
, while the function defined was justmy_multiplier
From Slack:
Comments to the Generators section: the output
<generator object my_infinite_multiplier at 0x_random_mem>
refers tomy_infinite_multiplier
, while the function defined was justmy_multiplier