# HG changeset patch # User timeless@gmail.com # Date 1462276335 0 # Node ID e45f5dbc25337b99caea65bc66934075a37e8239 # Parent 784d28c9e86ee4b4a8e40aea77312957ba4a593a spelling: evaluable diff -r 784d28c9e86e -r e45f5dbc2533 docs/contributing.rst --- 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.