1
0
mirror of https://github.com/django/django.git synced 2025-04-05 05:56:42 +00:00

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

View File

@ -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