[py-svn] r11046 - py/dist/py

hpk at codespeak.net hpk at codespeak.net
Sat Apr 23 01:22:01 CEST 2005


Author: hpk
Date: Sat Apr 23 01:22:01 2005
New Revision: 11046

Modified:
   py/dist/py/__init__.py
Log:
better docstring


Modified: py/dist/py/__init__.py
==============================================================================
--- py/dist/py/__init__.py	(original)
+++ py/dist/py/__init__.py	Sat Apr 23 01:22:01 2005
@@ -1,8 +1,7 @@
-""" 
+"""\
 the py lib is a development support library featuring
 py.test, an interactive testing tool which supports 
-unittesting and ReST-integrity testing with practically
-no boilerplate. 
+unittesting with practically no boilerplate.
 """  
 from initpkg import initpkg
 



More information about the pytest-commit mailing list