From 596cb9c7e287abbb98c64974fb4944d522cb6b5a Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 28 Apr 2012 18:02:01 +0200 Subject: Replaced print statement by print function (forward compatibility syntax). --- docs/intro/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro') diff --git a/docs/intro/install.txt b/docs/intro/install.txt index 95f7b27396..41339b5f11 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -83,7 +83,7 @@ To verify that Django can be seen by Python, type ``python`` from your shell. Then at the Python prompt, try to import Django:: >>> import django - >>> print django.get_version() + >>> print(django.get_version()) 1.4 -- cgit v1.3