Skip to content

Commit

Permalink
Remove not needed dict from example.
Browse files Browse the repository at this point in the history
  • Loading branch information
josteinl committed Nov 28, 2018
1 parent b4feb09 commit 7c46921
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/guide/purity.rst
Original file line number Diff line number Diff line change
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 7c46921

Please sign in to comment.