]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
When Tim untabified this file, his editor accidentally assumed 4-space
authorGuido van Rossum <guido@python.org>
Wed, 23 May 2001 13:24:30 +0000 (13:24 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 23 May 2001 13:24:30 +0000 (13:24 +0000)
tabs.  The title was centered using 8-byte tabs, however, and the
result looked strange.  Fixed this.

Lib/test/README

index 98677e14934510b0b1edb5555f80d6fabe130308..0a663e0f16e0829051d099a1f7f2ac65044c8a01 100644 (file)
@@ -1,7 +1,7 @@
-              Writing Python Regression Tests
-              -------------------------------
-                   Skip Montanaro
-                  (skip@mojam.com)
+                      Writing Python Regression Tests
+                      -------------------------------
+                               Skip Montanaro
+                              (skip@mojam.com)
 
 
 Introduction