commit | d8e5f2df68c85f7a26e34a57f8f3f791c30a688f | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Aug 24 18:08:22 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Aug 24 18:08:22 2010 +0000 |
tree | 48719bc32c4a0dea3424b887d5258aa9aabcf100 | |
parent | 8790a079279009bb0e97df134b77eaedbae3603e [diff] [blame] |
tabbing no longer applicable
diff --git a/Modules/_randommodule.c b/Modules/_randommodule.c index 57f5395..bc9b04a 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.