weird non-ascii char

This commit is contained in:
Mike Bayer 2011-02-12 17:09:59 -05:00
parent ff1ca08b8f
commit 8b960257ae
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ argument that must be passed to ./sqla_nose.py:
> ./sqla_nose.py --first-package-wins=True
This is required because noses importer will normally evict a package from
This is required because nose's importer will normally evict a package from
sys.modules if it sees a package with the same name in a different location.
Setting this argument disables that behavior.