changeset 5858:bb391ccef19e

spelling: precisely
author timeless@gmail.com
date Tue, 03 May 2016 12:10:32 +0000
parents 85822ccb7c32
children c519638e5021
files kallithea/tests/parameterized.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/tests/parameterized.py	Tue May 03 12:09:35 2016 +0000
+++ b/kallithea/tests/parameterized.py	Tue May 03 12:10:32 2016 +0000
@@ -81,7 +81,7 @@
                 else:
                     args = [f] + list(args)
                 # ... then yield that as a tuple. If those steps aren't
-                # followed precicely, Nose gets upset and doesn't run the test
+                # followed precisely, Nose gets upset and doesn't run the test
                 # or doesn't run setup methods.
                 yield tuple(args)