Commit 2b6436e2 authored by Rodolfo Carvalho's avatar Rodolfo Carvalho Committed by Tim Graham
Browse files

Fixed some typos and formatting issues in docs.

parent 0d912258
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
{%- endmacro %}

{% block extrahead %}
{# When building htmlhelp (CHM format)  disable JQuery inclusion,  #}
{# When building htmlhelp (CHM format) disable jQuery inclusion, #}
{# as it causes problems in compiled CHM files.                  #}
{% if builder != "htmlhelp" %}
{{ super() }}
+1 −1
Original line number Diff line number Diff line
@@ -463,7 +463,7 @@ Jeremy Dunck
    .. _Preston Holmes: http://www.ptone.com/

`Simon Charette`_
    Simon is a mathematic student who discovered Django while searching for a
    Simon is a mathematics student who discovered Django while searching for a
    replacement framework to an in-house PHP entity. Since that faithful day
    Django has been a big part of his life. So far, he's been involved in some
    ORM and forms API fixes.
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ or ought to be closed for any of the various reasons.
Accepted
~~~~~~~~

The big grey area! The absolute meaning of "accepted" is that the issue
The big gray area! The absolute meaning of "accepted" is that the issue
described in the ticket is valid and is in some stage of being worked on.
Beyond that there are several considerations:

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ be driving a release, you should follow these instructions to get the
package out.

**Please, keep these instructions up-to-date if you make changes!** The point
here is to be descriptive, not proscriptive, so feel free to streamline or
here is to be descriptive, not prescriptive, so feel free to streamline or
otherwise make changes, but **update this document accordingly!**

Overview
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ For example::

.. warning::

    There's a `known bug`_ in Safari/Webkit which causes the named anchor to be
    There's a `known bug`_ in Safari/WebKit which causes the named anchor to be
    forgotten following a redirect. The practical impact for comments is that
    the Safari/webkit browsers will arrive at the correct page but will not
    scroll to the named anchor.
Loading