summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorpp <pp@users.noreply.github.com>2016-01-10 17:48:16 +0100
committerTim Graham <timograham@gmail.com>2016-01-11 18:05:15 -0500
commitb34ff66e5bae3760273255fa5b2525eb21a5eb63 (patch)
treed3cf5e9ea9af2d34bc61122d6bf891553b55472f /docs/howto
parent99d2469e75f1567cbe5ee753563edb68cd51d74a (diff)
Added missing period to "etc.".
Diffstat (limited to 'docs/howto')
-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 2d370ef03a..88e8789f93 100644
--- a/docs/howto/custom-model-fields.txt
+++ b/docs/howto/custom-model-fields.txt
@@ -40,7 +40,7 @@ something like this::
"""A hand of cards (bridge style)"""
def __init__(self, north, east, south, west):
- # Input parameters are lists of cards ('Ah', '9s', etc)
+ # Input parameters are lists of cards ('Ah', '9s', etc.)
self.north = north
self.east = east
self.south = south