Removed unnecessary backslashes from docs.

This commit is contained in:
Mariusz Felisiak 2019-06-20 14:04:36 +02:00 committed by GitHub
parent 7f19e37135
commit 9aeac29949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -38,7 +38,7 @@ To use the ``search`` lookup, ``'django.contrib.postgres'`` must be in your
``SearchVector``
================
.. class:: SearchVector(\*expressions, config=None, weight=None)
.. class:: SearchVector(*expressions, config=None, weight=None)
Searching against a single field is great but rather limiting. The ``Entry``
instances we're searching belong to a ``Blog``, which has a ``tagline`` field.