# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 13:52:15 # Node ID e45f5dbc25337b99caea65bc66934075a37e8239 # Parent 784d28c9e86ee4b4a8e40aea77312957ba4a593a spelling: evaluable diff --git a/docs/contributing.rst b/docs/contributing.rst --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -72,7 +72,7 @@ py.test also has many more options, see 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.