From de4560cfb5e42fb3a6185589725861d484f3e86f Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Sun, 31 May 2009 15:51:05 -0700 Subject: [PATCH] fix TOC --- table-of-contents.html | 6 +++++- where-to-go-from-here.html | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/table-of-contents.html b/table-of-contents.html index 2d08d86..4a8b51a 100644 --- a/table-of-contents.html +++ b/table-of-contents.html @@ -304,9 +304,13 @@ ul li ol{margin:0;padding:0 0 0 2.5em}
  • Can’t convert 'bytes' object to str implicitly +
  • Where to go from here +
      +
    1. Things to read +
    2. Where to look for Python 3-compatible code +
    -

    Doug Hellman’s Python Module of the Week is a fantastic guide to many of the modules in the Python standard library. +

    In addition, Doug Hellman’s Python Module of the Week is a fantastic guide to many of the modules in the Python standard library.

    Where To Look For Python 3-Compatible Code