Explorar o código

Fixed typo in docs/ref/contrib/postgres/fields.txt.

Mariusz Felisiak %!s(int64=4) %!d(string=hai) anos
pai
achega
05bbff8263
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/ref/contrib/postgres/fields.txt

+ 1 - 1
docs/ref/contrib/postgres/fields.txt

@@ -474,7 +474,7 @@ Returns objects where the array of values is the given value. Note that the
 order is not guaranteed to be reliable, so this transform is mainly useful for
 using in conjunction with lookups on
 :class:`~django.contrib.postgres.fields.ArrayField`. Uses the SQL function
-``avalues()``. For example::
+``avals()``. For example::
 
     >>> Dog.objects.create(name='Rufus', data={'breed': 'labrador'})
     >>> Dog.objects.create(name='Meg', data={'breed': 'collie', 'owner': 'Bob'})