From c0f22979b4f9a2c9136b93bddf4cbe4fc180fc30 Mon Sep 17 00:00:00 2001 From: Apoorv Goel Date: Sat, 25 Oct 2014 21:27:39 +0300 Subject: [PATCH] Added error on page 78 --- errata.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/errata.txt b/errata.txt index a4304cb..216428f 100644 --- a/errata.txt +++ b/errata.txt @@ -35,6 +35,14 @@ should be: Instead of being stored as four decimal digits 4, 2, 5, and 3 with ... +On page 78: + +In listing 5-2, +"usage: streamer.py server|client [host]" + +should be: +"usage: blocks.py server|client [host]" + On page 122: (from the queue module)