From 33d78f41b26a2f50adf5b6bf14c1b64b601c3e40 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 2 Feb 2010 11:32:21 +0100 Subject: [PATCH] fix title to not mention distributed programming which is separated out into execnet. --HG-- branch : trunk --- doc/index.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/index.txt b/doc/index.txt index 9336b447c..6833d00e1 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -1,9 +1,9 @@ -py lib: testing and distributed programming library +py lib: testing and filesystem abstraction ==================================================== -The ``py`` lib has several namespaces which help with testing, -generating and distributing code across machines. Here is -documentation on the most interesting ones: +The ``py`` lib has several namespaces which help with automated testing, +and with accessing filesystems. Here is some documentation on the +core namespaces: `py.test`_ write and deploy unit- and functional tests to multiple machines.