Fixed typo in MySQL backend doctring

Thanks CHI Cheng for the report.
This commit is contained in:
Claude Paroz 2014-10-27 14:01:12 +01:00
parent 528c9af543
commit 5b8e37a69e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
""" """
MySQL database backend for Django. 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 MySQLdb is supported for Python 2 only: http://sourceforge.net/projects/mysql-python
""" """
from __future__ import unicode_literals from __future__ import unicode_literals