summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-21 08:26:01 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-21 08:26:01 -0700
commitba5559b5e00cc83a663492934ba63c7210b471ea (patch)
tree7c67e36b5ff8eea7681f2b4f7a0e510418614ae6
parentc7efe42cf005f12a0e31865cb0d6564f6e2ad03c (diff)
downloadpystache-ba5559b5e00cc83a663492934ba63c7210b471ea.tar.gz
Updated a comment in tests/common.py.
-rw-r--r--pystache/tests/common.py3
1 files changed, 1 insertions, 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']