summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrey Hunner <trey@treyhunner.com>2013-06-26 10:25:34 -0700
committerTim Graham <timograham@gmail.com>2013-06-27 18:03:39 -0400
commit058ad52b3db97bd01e2a12e61799f77269839dc6 (patch)
tree1bcbc2aa92099130bb911bb064c8c65a034ac1cb
parentceff19805e9624a37819c09bcbaa278cf2b8b08d (diff)
[1.5.x] Added missing preposition in documentation
Backport of 2ec54e7fbc from master
-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 b5d79440be..7d9dc8bc8b 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::