diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-10-27 14:01:12 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-10-27 14:03:15 +0100 |
| commit | 0a4183dfe6a8508026f776b4e93fc7043186269b (patch) | |
| tree | 72de60541b4e631ca80fa188e2052413429637d3 | |
| parent | 6a1bd837b108d968d4cb552320ab4b7472f10c3f (diff) | |
[1.7.x] Fixed typo in MySQL backend doctring
Thanks CHI Cheng for the report.
| -rw-r--r-- | django/db/backends/mysql/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/mysql/base.py b/django/db/backends/mysql/base.py index 6f389dbdd6..bd15aa0896 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 |
