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:
Adrian Holovaty 2005-11-06 23:32:22 +00:00
parent 92241e21b8
commit aa89487fd0
1 changed files with 34 additions and 34 deletions

View File

@ -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::