diff options
author | Georg Brandl <georg@python.org> | 2007-03-09 12:58:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-09 12:58:41 (GMT) |
commit | fd61107e7a24af2cc25a3a7abbdb82656fbe9335 (patch) | |
tree | cdb7bec8d9be75bfcdf21bf4ac119eae596fe946 /Tools/pybench | |
parent | 0593de32d92ef69353791fc0ae1b31980e9ea2bc (diff) | |
download | cpython-fd61107e7a24af2cc25a3a7abbdb82656fbe9335.zip cpython-fd61107e7a24af2cc25a3a7abbdb82656fbe9335.tar.gz cpython-fd61107e7a24af2cc25a3a7abbdb82656fbe9335.tar.bz2 |
Typo.
Diffstat (limited to 'Tools/pybench')
-rwxr-xr-x | Tools/pybench/pybench.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pybench/pybench.py b/Tools/pybench/pybench.py index d2da609..40533c2 100755 --- a/Tools/pybench/pybench.py +++ b/Tools/pybench/pybench.py @@ -167,7 +167,7 @@ class Test: call of .run(). If you change a test in some way, don't forget to increase - it's version number. + its version number. """ |