diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-08-24 18:10:46 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-08-24 18:10:46 +0000 |
commit | 6fb0fd12328449d7899f11d42f11e2b0d39231cf (patch) | |
tree | d6ab33acc13b8797abb2ad2d3b00b47c85cb0fa8 | |
parent | 5f42a852f838f831447b741cdb4db589e405b86c (diff) | |
download | cpython-git-6fb0fd12328449d7899f11d42f11e2b0d39231cf.tar.gz |
Merged revisions 84299 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84299 | benjamin.peterson | 2010-08-24 13:08:22 -0500 (Tue, 24 Aug 2010) | 1 line
tabbing no longer applicable
........
-rw-r--r-- | Modules/_randommodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_randommodule.c b/Modules/_randommodule.c index 2d81daf24b..08c22772c8 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. |