From 81abf54c93b8e2c248b381b1c97948b7ede2da37 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Fri, 18 Sep 2009 08:07:08 -0400 Subject: [PATCH] consistent capitalization --- advanced-iterators.html | 2 +- case-study-porting-chardet-to-python-3.html | 2 +- colophon.html | 2 +- comprehensions.html | 2 +- files.html | 2 +- generators.html | 2 +- http-web-services.html | 2 +- installing-python.html | 4 ++-- iterators.html | 2 +- native-datatypes.html | 2 +- packaging.html | 2 +- porting-code-to-python-3-with-2to3.html | 4 ++-- refactoring.html | 2 +- regular-expressions.html | 2 +- serializing.html | 2 +- special-method-names.html | 4 ++-- strings.html | 2 +- table-of-contents.html | 14 +++++++------- unit-testing.html | 2 +- where-to-go-from-here.html | 2 +- xml.html | 2 +- your-first-python-program.html | 2 +- 22 files changed, 31 insertions(+), 31 deletions(-) diff --git a/advanced-iterators.html b/advanced-iterators.html index 9a57e72..16bec1a 100755 --- a/advanced-iterators.html +++ b/advanced-iterators.html @@ -1,6 +1,6 @@ -Advanced Iterators - Dive into Python 3 +Advanced Iterators - Dive Into Python 3