mirror of
https://github.com/django/django.git
synced 2025-09-19 08:49:57 +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
|
@ -6,7 +6,7 @@ Usage:
|
|||
>>> import datetime
|
||||
>>> d = datetime.datetime.now()
|
||||
>>> df = DateFormat(d)
|
||||
>>> print df.format('jS F Y H:i')
|
||||
>>> print(df.format('jS F Y H:i'))
|
||||
7th October 2003 11:39
|
||||
>>>
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue