]> granicus.if.org Git - python/commitdiff
tabbing no longer applicable
authorBenjamin Peterson <benjamin@python.org>
Tue, 24 Aug 2010 18:08:22 +0000 (18:08 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 24 Aug 2010 18:08:22 +0000 (18:08 +0000)
Modules/_randommodule.c

index 57f5395b0a4dcc144aa3ec290041f16d3a5550a1..bc9b04a27b5387368fd052635f422578964552e5 100644 (file)
@@ -6,7 +6,7 @@
 
    It was modified in 2002 by Raymond Hettinger as follows:
 
-    * the principal computational lines untouched except for tabbing.
+    * the principal computational lines untouched.
 
     * renamed genrand_res53() to random_random() and wrapped
       in python calling/return code.