Skip to content

Commit bf60aca

Browse files
committed
Merge pull request #130 from amsb/patch-1
Fixed typo in Markdown formatting
2 parents d763bf9 + 4f5de49 commit bf60aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/django/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The filtering functionality is provided by
132132
[usage documentation](https://django-filter.readthedocs.org/en/latest/usage.html#the-filter)
133133
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:
134134

135-
````bash
135+
```bash
136136
pip install django-filter
137137
```
138138

0 commit comments

Comments
 (0)