Skip to content

Commit 354b7e8

Browse files
committed
smal fixes in docs
1 parent b319eec commit 354b7e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Installation
55
============
66

7-
Install **django-admin-sortable2**. The latest stable release can be found on PyPI
7+
Install **django-admin-sortable2**. The latest stable release is available on PyPI
88

99
.. code-block:: bash
1010
@@ -30,5 +30,5 @@ In the project's ``settings.py`` file add ``'adminsortable2'`` to the list of ``
3030
...
3131
]
3232
33-
The next step is to adopt the models in order to make them sortable. Please check the page
34-
:ref:`usage` for details.
33+
The next step is to adopt the models to make them sortable. Please check the page :ref:`usage` for
34+
details.

docs/source/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Using Admin Sortable
55
====================
66

7-
This library tries to not interfere with existing Django models. Instead it can be adopted to any
8-
class inheriting from :class:`~django.db.models.Model` provided that it offers a field for sorting.
7+
This library tries to not interfere with existing Django models. Instead it adopts any class
8+
inheriting from :class:`~django.db.models.Model`, provided it offers a field for sorting.
99

1010

1111
Prepare the Model Classes

0 commit comments

Comments
 (0)