summaryrefslogtreecommitdiffstats
path: root/Modules/_randommodule.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-08-24 18:08:22 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-08-24 18:08:22 (GMT)
commitd8e5f2df68c85f7a26e34a57f8f3f791c30a688f (patch)
tree48719bc32c4a0dea3424b887d5258aa9aabcf100 /Modules/_randommodule.c
parent8790a079279009bb0e97df134b77eaedbae3603e (diff)
downloadcpython-d8e5f2df68c85f7a26e34a57f8f3f791c30a688f.zip
cpython-d8e5f2df68c85f7a26e34a57f8f3f791c30a688f.tar.gz
cpython-d8e5f2df68c85f7a26e34a57f8f3f791c30a688f.tar.bz2
tabbing no longer applicable
Diffstat (limited to 'Modules/_randommodule.c')
-rw-r--r--Modules/_randommodule.c2
1 files changed, 1 insertions, 1 deletions
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.