1
0
mirror of https://github.com/django/django.git synced 2025-03-24 00:00:45 +00:00

[1.7.x] 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 6a1bd837b1
commit 0a4183dfe6

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