Roundup Robot added the comment:
New changeset dc2a123d538a by Benjamin Peterson in branch '2.7':
fix typo in variable name (closes #21586)
http://hg.python.org/cpython/rev/dc2a123d538a
New changeset 62eb4828fdf7 by Benjamin Peterson in branch '3.4':
fix typo in variable name (closes #21586)
htt
New submission from Daniel Fisher:
There is a minor error in the documentation page
"https://docs.python.org/2/howto/sockets.html";
Line 31 of the sample program of the program listed under "Using a Socket"
reads chucks.append(chunk). It should read chunks.append(chunk). Without this
minor co