]> granicus.if.org Git - python/commitdiff
Merged revisions 84299 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Tue, 24 Aug 2010 18:10:46 +0000 (18:10 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 24 Aug 2010 18:10:46 +0000 (18:10 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84299 | benjamin.peterson | 2010-08-24 13:08:22 -0500 (Tue, 24 Aug 2010) | 1 line

  tabbing no longer applicable
........

Modules/_randommodule.c

index 2d81daf24b810cea6637db99b01e4ec2fe6d42aa..08c22772c81629b0f895b49fda95124379fd4d26 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.