Fixed ReST bug in [1110]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
92241e21b8
commit
aa89487fd0
|
@ -509,9 +509,9 @@ with some custom extensions.
|
||||||
|
|
||||||
Available format strings:
|
Available format strings:
|
||||||
|
|
||||||
================ ====================================== =====================
|
================ ======================================== =====================
|
||||||
Format character Description Example output
|
Format character Description Example output
|
||||||
================ ====================================== =====================
|
================ ======================================== =====================
|
||||||
a ``'a.m.'`` or ``'p.m.'`` (Note that ``'a.m.'``
|
a ``'a.m.'`` or ``'p.m.'`` (Note that ``'a.m.'``
|
||||||
this is slightly different than PHP's
|
this is slightly different than PHP's
|
||||||
output, because this includes periods
|
output, because this includes periods
|
||||||
|
@ -566,7 +566,7 @@ Z Time zone offset in seconds. The ``-43200`` to ``43200`
|
||||||
offset for timezones west of UTC is
|
offset for timezones west of UTC is
|
||||||
always negative, and for those east of
|
always negative, and for those east of
|
||||||
UTC is always positive.
|
UTC is always positive.
|
||||||
================ ====================================== =====================
|
================ ======================================== =====================
|
||||||
|
|
||||||
Example::
|
Example::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue