Browse Source

Corrected typo in search docs. (#11673)

Dan Swain 5 years ago
parent
commit
cece802dbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/db/search.txt

+ 1 - 1
docs/topics/db/search.txt

@@ -17,7 +17,7 @@ Standard textual queries
 ------------------------
 
 Text-based fields have a selection of simple matching operations. For example,
-you may wish to allow lookup up an author like so::
+you may wish to allow lookup of an author like so::
 
     >>> Author.objects.filter(name__contains='Terry')
     [<Author: Terry Gilliam>, <Author: Terry Jones>]