From d80bbf4a68daa3a36969f8818ea4f5919847e99a Mon Sep 17 00:00:00 2001 From: fijal Date: Tue, 30 Jan 2007 17:56:58 +0100 Subject: [PATCH] [svn r37622] Don't use previous versions in future examples --HG-- branch : trunk --- py/doc/future/future.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/doc/future/future.txt b/py/doc/future/future.txt index ce65fa98e..8fa77e88e 100644 --- a/py/doc/future/future.txt +++ b/py/doc/future/future.txt @@ -188,8 +188,8 @@ Here is a sketch of how the py libs ``__init__.py`` file might or should look like:: """ - the py lib version 0.8 - http://codespeak.net/py/0.8 + the py lib version 1.0 + http://codespeak.net/py/1.0 """ from py import pkg