From: Benjamin Peterson Date: Tue, 24 Aug 2010 18:08:22 +0000 (+0000) Subject: tabbing no longer applicable X-Git-Tag: v3.2a2~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8e5f2df68c85f7a26e34a57f8f3f791c30a688f;p=thirdparty%2FPython%2Fcpython.git tabbing no longer applicable --- diff --git a/Modules/_randommodule.c b/Modules/_randommodule.c index 57f5395b0a4d..bc9b04a27b53 100644 --- a/Modules/_randommodule.c +++ b/Modules/_randommodule.c @@ -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.