diff options
author | Steve Holden <steve@holdenweb.com> | 2006-05-26 22:39:27 (GMT) |
---|---|---|
committer | Steve Holden <steve@holdenweb.com> | 2006-05-26 22:39:27 (GMT) |
commit | 57ad0607223d65472e7beb63e353224d8a901fac (patch) | |
tree | 3034635a9138a7a814d7e58b49467661df5ff16d /Tools | |
parent | a4ebed8071a9642abb8660b2d7b272fbd8c1468d (diff) | |
download | cpython-57ad0607223d65472e7beb63e353224d8a901fac.zip cpython-57ad0607223d65472e7beb63e353224d8a901fac.tar.gz cpython-57ad0607223d65472e7beb63e353224d8a901fac.tar.bz2 |
Blasted typos ...
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/pybench/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pybench/README b/Tools/pybench/README index 7d7eb8c..95ae392 100644 --- a/Tools/pybench/README +++ b/Tools/pybench/README @@ -373,7 +373,7 @@ Breaking Comparability ---------------------- If a change is made to any individual test that means it is no -longer strcitly comparable with previous runs, the '.version' class +longer strictly comparable with previous runs, the '.version' class variable should be updated. Therefafter, comparisons with previous versions of the test will list as "n/a" to reflect the change. |