summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorKamran Mackey <kamranm1200@gmail.com>2015-05-15 04:35:19 -0600
committerTim Graham <timograham@gmail.com>2015-05-16 08:35:58 -0400
commit4c2197db32deaea2f0c3d04c2c36bb7df6a2e06c (patch)
treeda15bbb3c6605a4e85364cb14589afa5ec2f6dd1 /docs/intro
parent3226050358cfcffcb14f7e48e3a5cee873388406 (diff)
Updated the Python shell example to use generic version numbers.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/install.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt
index 410cb8f032..ffdad3c4c2 100644
--- a/docs/intro/install.txt
+++ b/docs/intro/install.txt
@@ -10,7 +10,7 @@ Install Python
--------------
Being a Python Web framework, Django requires Python. It works with Python 2.7
-3.3+. All these versions of Python include a lightweight database called
+and Python 3.3+. All these versions of Python include a lightweight database called
SQLite_ so you won't need to set up a database just yet.
.. _sqlite: http://sqlite.org/
@@ -28,8 +28,8 @@ your operating system's package manager.
You can verify that Python is installed by typing ``python`` from your shell;
you should see something like::
- Python 3.3.3 (default, Nov 26 2013, 13:33:18)
- [GCC 4.8.2] on linux
+ Python 3.4.x
+ [GCC 4.x] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>