1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/changeset/bc2f63120b35/
changeset:   bc2f63120b35
user:        RonnyPfannschmidt
date:        2011-10-27 07:38:44
summary:     fix some of my typos, thanks Arfrever
affected #:  1 file

diff -r 61c9b06454c7d040971fe047b60c234fdee80574 -r 
bc2f63120b354025a3de44a73ad1d8bd003a04c3 _pytest/main.py
--- a/_pytest/main.py
+++ b/_pytest/main.py
@@ -474,10 +474,10 @@
         mod = None
         path = [os.path.abspath('.')] + sys.path
         for name in x.split('.'):
-            # ignore anything thats not a propper name here
+            # ignore anything that's not a proper name here
             # else something like --pyargs will mess up '.'
-            # since imp.find_module will actually sometimes works for it
-            # but its supposed to be considered a filesystem path
+            # since imp.find_module will actually sometimes work for it
+            # but it's supposed to be considered a filesystem path
             # not a package
             if name_re.match(name) is None:
                 return x

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

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to