diff options
| author | Adam Zapletal <adamzap@gmail.com> | 2018-09-12 17:12:34 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-09-12 18:12:34 -0400 |
| commit | 57fd3700d4f5a7887ad3967fe19b61bc9f25b2f3 (patch) | |
| tree | 0359ca05a8848abc85b3aaaffba0dbcdae6a037f /docs | |
| parent | 25f4302349db71d73a15ff8f3872956fc21a0f84 (diff) | |
Fixed typo in docs/ref/contrib/postgres/search.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/postgres/search.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/search.txt b/docs/ref/contrib/postgres/search.txt index 317a553163..815b423c35 100644 --- a/docs/ref/contrib/postgres/search.txt +++ b/docs/ref/contrib/postgres/search.txt @@ -116,7 +116,7 @@ Changing the search configuration You can specify the ``config`` attribute to a :class:`SearchVector` and :class:`SearchQuery` to use a different search configuration. This allows using -a different language parsers and dictionaries as defined by the database:: +different language parsers and dictionaries as defined by the database:: >>> from django.contrib.postgres.search import SearchQuery, SearchVector >>> Entry.objects.annotate( |
