From: Georg Brandl Date: Sun, 2 Mar 2008 06:28:16 +0000 (+0000) Subject: It's 2.6 now. X-Git-Tag: v2.6a2~436 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db9ff5f565cb8ca35b94fd1f9085667019ffeaab;p=python It's 2.6 now. --- diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index a62934c8c0..5baf73d43c 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -102,7 +102,7 @@ prints a welcome message stating its version number and a copyright notice before printing the first prompt:: python - Python 2.5 (#1, Feb 28 2007, 00:02:06) + Python 2.6 (#1, Feb 28 2007, 00:02:06) Type "help", "copyright", "credits" or "license" for more information. >>>