Commit 0a4183df authored by Claude Paroz's avatar Claude Paroz
Browse files

[1.7.x] Fixed typo in MySQL backend doctring

Thanks CHI Cheng for the report.
parent 6a1bd837
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
"""
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