Skip to content

Commit e9ed5da

Browse files
authored
Removed trailing whitespace in docs.
1 parent 2544c15 commit e9ed5da

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/internals/contributing/writing-documentation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Output is printed to the terminal, but can also be found in
198198
The execution of the command requires an internet connection and takes
199199
several minutes to complete, because the command tests all the links
200200
that are found in the documentation.
201-
201+
202202
Entries that have a status of "working" are fine, those that are "unchecked" or
203203
"ignored" have been skipped because they either cannot be checked or have
204204
matched ignore rules in the configuration.

docs/ref/contrib/auth.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ The following backends are available in :mod:`django.contrib.auth.backends`:
679679
user permissions and group permissions. Returns an empty set if
680680
:attr:`~django.contrib.auth.models.AbstractBaseUser.is_anonymous` or
681681
:attr:`~django.contrib.auth.models.CustomUser.is_active` is ``False``.
682-
682+
683683
.. versionchanged:: 5.2
684684

685685
``aget_all_permissions()`` function was added.

docs/ref/forms/api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ Methods of ``BoundField``
14161416

14171417
.. method:: BoundField.render(template_name=None, context=None, renderer=None)
14181418

1419-
The render method is called by ``as_field_group``. All arguments are
1419+
The render method is called by ``as_field_group``. All arguments are
14201420
optional and default to:
14211421

14221422
* ``template_name``: :attr:`.BoundField.template_name`

docs/ref/forms/fields.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ be ignored in favor of the value from the form's initial data.
392392
.. attribute:: Field.template_name
393393

394394
The ``template_name`` argument allows a custom template to be used when the
395-
field is rendered with :meth:`~django.forms.BoundField.as_field_group`. By
395+
field is rendered with :meth:`~django.forms.BoundField.as_field_group`. By
396396
default this value is set to ``"django/forms/field.html"``. Can be changed per
397397
field by overriding this attribute or more generally by overriding the default
398398
template, see also :ref:`overriding-built-in-field-templates`.

docs/releases/3.1.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ dot segments.
1717
Bugfixes
1818
========
1919

20-
* Fixed an admin layout issue in Django 3.1 where changelist filter controls
20+
* Fixed an admin layout issue in Django 3.1 where changelist filter controls
2121
would become squashed (:ticket:`32391`).

docs/releases/5.1.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Minor features
116116
* The default iteration count for the PBKDF2 password hasher is increased from
117117
720,000 to 870,000.
118118

119-
* The default ``parallelism`` of the ``ScryptPasswordHasher`` is
120-
increased from 1 to 5, to follow OWASP recommendations.
119+
* The default ``parallelism`` of the ``ScryptPasswordHasher`` is increased from
120+
1 to 5, to follow OWASP recommendations.
121121

122122
* The new :class:`~django.contrib.auth.forms.AdminUserCreationForm` and
123123
the existing :class:`~django.contrib.auth.forms.AdminPasswordChangeForm` now

0 commit comments

Comments
 (0)