From 96cc282c8e088bcbbd16c7fd5f8e23a07e15f501 Mon Sep 17 00:00:00 2001 From: Lam Chi Tak Date: Mon, 5 Nov 2018 05:58:00 +0800 Subject: [PATCH] Fix Typo (#22000) --- .../setting-up-python-web-framework-django-and-flask/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/python/setting-up-python-web-framework-django-and-flask/index.md b/guide/english/python/setting-up-python-web-framework-django-and-flask/index.md index 7dfe7915fd..6a291a3cfd 100644 --- a/guide/english/python/setting-up-python-web-framework-django-and-flask/index.md +++ b/guide/english/python/setting-up-python-web-framework-django-and-flask/index.md @@ -5,7 +5,7 @@ In this article, we shall be discussing how to install wiki article. If you are all caught up, let's go ahead with setting up Python web frameworks in your local development machine. But it would be unfair if we completely ignore the Python 2 vs Python 3 debate.