changeset 5835:e45f5dbc2533

spelling: evaluable
author timeless@gmail.com
date Tue, 03 May 2016 11:52:15 +0000
parents 784d28c9e86e
children a55eede7e18e
files docs/contributing.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/contributing.rst	Tue May 03 05:11:54 2016 +0000
+++ b/docs/contributing.rst	Tue May 03 11:52:15 2016 +0000
@@ -72,7 +72,7 @@
 are::
 
     -k EXPRESSION         only run tests which match the given substring
-                          expression. An expression is a python evaluatable
+                          expression. An expression is a python evaluable
                           expression where all names are substring-matched
                           against test names and their parent classes. Example:
     -x, --exitfirst       exit instantly on first error or failed test.