summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-08-24 18:08:22 +0000
committerBenjamin Peterson <benjamin@python.org>2010-08-24 18:08:22 +0000
commitd8e5f2df68c85f7a26e34a57f8f3f791c30a688f (patch)
tree48719bc32c4a0dea3424b887d5258aa9aabcf100
parent8790a079279009bb0e97df134b77eaedbae3603e (diff)
downloadcpython-git-d8e5f2df68c85f7a26e34a57f8f3f791c30a688f.tar.gz
tabbing no longer applicable
-rw-r--r--Modules/_randommodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_randommodule.c b/Modules/_randommodule.c
index 57f5395b0a..bc9b04a27b 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.