From: Guido van Rossum Date: Wed, 23 May 2001 13:24:30 +0000 (+0000) Subject: When Tim untabified this file, his editor accidentally assumed 4-space X-Git-Tag: v2.2a3~1677 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54a069f271170b6484c150caee4aa3ea4076a3ee;p=thirdparty%2FPython%2Fcpython.git When Tim untabified this file, his editor accidentally assumed 4-space tabs. The title was centered using 8-byte tabs, however, and the result looked strange. Fixed this. --- diff --git a/Lib/test/README b/Lib/test/README index 98677e149345..0a663e0f16e0 100644 --- a/Lib/test/README +++ b/Lib/test/README @@ -1,7 +1,7 @@ - Writing Python Regression Tests - ------------------------------- - Skip Montanaro - (skip@mojam.com) + Writing Python Regression Tests + ------------------------------- + Skip Montanaro + (skip@mojam.com) Introduction