[svn r37622] Don't use previous versions in future examples

--HG--
branch : trunk
This commit is contained in:
fijal 2007-01-30 17:56:58 +01:00
parent ff7e89a145
commit d80bbf4a68
1 changed files with 2 additions and 2 deletions

View File

@ -188,8 +188,8 @@ Here is a sketch of how the py libs ``__init__.py`` file
might or should look like:: might or should look like::
""" """
the py lib version 0.8 the py lib version 1.0
http://codespeak.net/py/0.8 http://codespeak.net/py/1.0
""" """
from py import pkg from py import pkg