summaryrefslogtreecommitdiff
path: root/Modules/_randommodule.c
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
commit9b454f1108296103d8afcdfda0789a01206e1472 (patch)
treeacce004cc7c03b102933b45565059b82366b59d9 /Modules/_randommodule.c
parent4836de46331a2113be6dd6f0c082ea6a551d65fc (diff)
downloadcpython-9b454f1108296103d8afcdfda0789a01206e1472.tar.gz
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 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.