Skip to content

Commit

Permalink
Merge pull request #301 from josteinl/master
Browse files Browse the repository at this point in the history
Remove not needed dict from example.
  • Loading branch information
hartym committed Nov 28, 2018
2 parents 03140f1 + 7c46921 commit 0659263
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/guide/purity.rst
Expand Up @@ -135,7 +135,6 @@ Now let's see how to do it correctly:
}
def new_dict_and_yield():
d = {}
for i in range(100):
# Different dict each time.
yield {
Expand Down

0 comments on commit 0659263

Please sign in to comment.