1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/6d4378ce9062/
Changeset:   6d4378ce9062
User:        hpk42
Date:        2015-06-15 12:36:26+00:00
Summary:     Merged in novel/tox/typofix (pull request #164)

typo fix
Affected #:  1 file

diff -r 93f262ca702e8d2e1192875ded9eaa584de3aa00 -r 
6d4378ce90621105cda12fb2f9dfc67dfbefc7ca tox/config.py
--- a/tox/config.py
+++ b/tox/config.py
@@ -909,7 +909,7 @@
 
         if envkey not in os.environ and default is None:
             raise tox.exception.ConfigError(
-                "substitution env:%r: unkown environment variable %r" %
+                "substitution env:%r: unknown environment variable %r" %
                 (envkey, envkey))
 
         return os.environ.get(envkey, default)

Repository URL: https://bitbucket.org/hpk42/tox/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to