From ba5559b5e00cc83a663492934ba63c7210b471ea Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sat, 21 Apr 2012 08:26:01 -0700 Subject: Updated a comment in tests/common.py. --- pystache/tests/common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pystache/tests/common.py b/pystache/tests/common.py index 47ba54d..a9f42f8 100644 --- a/pystache/tests/common.py +++ b/pystache/tests/common.py @@ -21,8 +21,7 @@ PACKAGE_DIR = os.path.dirname(pystache.__file__) PROJECT_DIR = os.path.join(PACKAGE_DIR, '..') SPEC_TEST_DIR = os.path.join(PROJECT_DIR, 'ext', 'spec', 'specs') # TEXT_DOCTEST_PATHS: the paths to text files (i.e. non-module files) -# containing doctests. These paths should be OS-specific and relative -# to the project directory. +# containing doctests. The paths should be relative to the project directory. TEXT_DOCTEST_PATHS = ['README.rst'] -- cgit v1.2.1