summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2013-06-26 10:27:33 -0700
committerSimon Charette <charette.s@gmail.com>2013-06-26 10:27:33 -0700
commitd17d60d38dbc443d713facc2d831bf05434ee43b (patch)
treeae3a924be2dd58bae06a23bef5fb4a6450acf597
parent1184d077893ff1bc947e45b00a4d565f3df81776 (diff)
parent2ec54e7fbcec658844e3fd0515d9990291d954a6 (diff)
Merge pull request #1309 from treyhunner/patch-1
Add missing preposition in documentation.
-rw-r--r--docs/howto/custom-model-fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-model-fields.txt b/docs/howto/custom-model-fields.txt
index 8993872cff..54913a887a 100644
--- a/docs/howto/custom-model-fields.txt
+++ b/docs/howto/custom-model-fields.txt
@@ -31,7 +31,7 @@ Our example object
Creating custom fields requires a bit of attention to detail. To make things
easier to follow, we'll use a consistent example throughout this document:
wrapping a Python object representing the deal of cards in a hand of Bridge_.
-Don't worry, you don't have know how to play Bridge to follow this example.
+Don't worry, you don't have to know how to play Bridge to follow this example.
You only need to know that 52 cards are dealt out equally to four players, who
are traditionally called *north*, *east*, *south* and *west*. Our class looks
something like this::