From 4f5de4963a8c5e3609c0262c0856992e687e5d9e Mon Sep 17 00:00:00 2001 From: amsb Date: Tue, 8 Mar 2016 10:25:11 -0500 Subject: [PATCH] Fixed typo in Markdown formatting --- docs/pages/docs/django/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/django/tutorial.md b/docs/pages/docs/django/tutorial.md index 843cbbdb..eb7b7481 100644 --- a/docs/pages/docs/django/tutorial.md +++ b/docs/pages/docs/django/tutorial.md @@ -132,7 +132,7 @@ The filtering functionality is provided by [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: -````bash +```bash pip install django-filter ```