summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2013-08-29 08:10:18 -0700
committerGuido van Rossum <guido@python.org>2013-08-29 08:10:18 -0700
commit517e77c8f71410fff40b6e08083af6ca0db7d5e9 (patch)
tree3e2021db84126a7b794faf4476833a14264e438a /README
parent97fadfcdffb7c896c0c1f0f59909380776929170 (diff)
downloadtrollius-517e77c8f71410fff40b6e08083af6ca0db7d5e9.tar.gz
Make script docstrings and doc pointers for coverage consistent.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 85bfe5a..8f2b637 100644
--- a/README
+++ b/README
@@ -8,8 +8,8 @@ Copyright/license: Open source, Apache 2.0. Enjoy.
Master Mercurial repo: http://code.google.com/p/tulip/
-The old code lives in the subdirectory 'old'; the new code (conforming
-to PEP 3156, under construction) lives in the 'tulip' subdirectory.
+The actual code lives in the 'tulip' subdirectory.
+Tests are in the 'tests' subdirectory.
To run tests:
- make test