mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
Fixed typo in Markdown formatting
This commit is contained in:
parent
d763bf9b75
commit
4f5de4963a
|
@ -132,7 +132,7 @@ The filtering functionality is provided by
|
||||||
[usage documentation](https://django-filter.readthedocs.org/en/latest/usage.html#the-filter)
|
[usage documentation](https://django-filter.readthedocs.org/en/latest/usage.html#the-filter)
|
||||||
for details on the format for `filter_fields`. While optional, this tutorial makes use of this functionality so you will need to install `django-filter` for this tutorial to work:
|
for details on the format for `filter_fields`. While optional, this tutorial makes use of this functionality so you will need to install `django-filter` for this tutorial to work:
|
||||||
|
|
||||||
````bash
|
```bash
|
||||||
pip install django-filter
|
pip install django-filter
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user