Skip to content

Commit 182131d

Browse files
committed
Add extra trailing whitespace
1 parent 80cd879 commit 182131d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/filtering.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ features of ``django-filter``. This is done by transparently creating a
107107
``django_filters.FilterSet`` class for you and passing in the values for
108108
``filter_fields``.
109109

110-
However, you may find this to be insufficient. In these cases you can
111-
create your own ``FilterSet``. You can pass it directly as follows:
110+
However, you may find this to be insufficient. In these cases you can
111+
create your own ``FilterSet``. You can pass it directly as follows:
112112

113-
.. code:: python
113+
.. code:: python
114114
115115
class AnimalNode(DjangoObjectType):
116116
class Meta:

0 commit comments

Comments
 (0)