fix title to not mention distributed programming which

is separated out into execnet.

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-02-02 11:32:21 +01:00
parent 9d64d7e27a
commit 33d78f41b2
1 changed files with 4 additions and 4 deletions

View File

@ -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.