1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed typos spotted by Claude Paroz

This commit is contained in:
Anssi Kääriäinen
2014-01-18 22:31:35 +02:00
parent f468662e24
commit 4dc3be2506
2 changed files with 7 additions and 7 deletions

View File

@@ -189,7 +189,7 @@ Custom lookups work just like Django's inbuilt lookups (e.g. ``lte``,
The :class:`django.db.models.Lookup` class provides a way to add lookup
operators for model fields. As an example it is possible to add ``day_lte``
opertor for ``DateFields``.
operator for ``DateFields``.
The :class:`django.db.models.Transform` class allows transformations of
database values prior to the final lookup. For example it is possible to