Remove not needed dict from example.

This commit is contained in:
Jostein Leira
2018-11-28 10:58:56 +01:00
parent b4feb09b7a
commit 7c46921985

View File

@ -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 {