From 5b8e37a69e66715e9b6a5fc8c4b701498e281a88 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 27 Oct 2014 14:01:12 +0100 Subject: [PATCH] Fixed typo in MySQL backend doctring Thanks CHI Cheng for the report. --- django/db/backends/mysql/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/db/backends/mysql/base.py b/django/db/backends/mysql/base.py index c116fa2f724..8b94319a6c2 100644 --- a/django/db/backends/mysql/base.py +++ b/django/db/backends/mysql/base.py @@ -1,7 +1,7 @@ """ MySQL database backend for Django. -Requires mysqclient: https://pypi.python.org/pypi/mysqlclient/ +Requires mysqlclient: https://pypi.python.org/pypi/mysqlclient/ MySQLdb is supported for Python 2 only: http://sourceforge.net/projects/mysql-python """ from __future__ import unicode_literals