Ann: New Python curses book

Alan Gauld alan.gauld at yahoo.co.uk
Thu Apr 15 04:37:23 EDT 2021


On 14/04/2021 19:55, Rich Shepard wrote:
> On Wed, 14 Apr 2021, Alan Gauld via Python-list wrote:
> 
>> The paper version should be fine (apart from one error on p44 which has
>> now been fixed!).
> 
> Alan,
> 
> What's the error and correction so I can change it in my dead tree version?
> 
> Rich

In the main() function the block of code starting with the 'with'
statement should be indented to be part of main().
It has been left at the outermost indentation level.

The source code file is correct so check against that.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Python-list mailing list