mirror of
https://github.com/django/django.git
synced 2025-10-17 13:58:24 +00:00
Replaced print statement by print function (forward compatibility syntax).
This commit is contained in:
parent
fe43ad5707
commit
596cb9c7e2
61 changed files with 310 additions and 310 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue