diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt
index 1ad14ae..4a927cc 100644
a
|
b
|
precede the definition of any keyword arguments. For example::
|
701 | 701 | The `OR lookups examples`_ in the Django unit tests show some possible uses |
702 | 702 | of ``Q``. |
703 | 703 | |
704 | | .. _OR lookups examples: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/models.py |
| 704 | .. _OR lookups examples: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/tests.py |
705 | 705 | |
706 | 706 | Comparing objects |
707 | 707 | ================= |