1
0
mirror of https://github.com/django/django.git synced 2025-10-24 22:26:08 +00:00

[1.8.x] Capitalized "Python" in docs.

Backport of 2fbea621e6 from master
This commit is contained in:
Tim Graham
2015-06-05 08:24:53 -04:00
parent 8d33889422
commit a1d8a205bc
6 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ Usage examples::
.. warning::
A python value passed to ``Coalesce`` on MySQL may be converted to an
A Python value passed to ``Coalesce`` on MySQL may be converted to an
incorrect type unless explicitly cast to the correct database type:
>>> from django.db.models.expressions import RawSQL