From b34ff66e5bae3760273255fa5b2525eb21a5eb63 Mon Sep 17 00:00:00 2001 From: pp Date: Sun, 10 Jan 2016 17:48:16 +0100 Subject: Added missing period to "etc.". --- docs/howto/custom-model-fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/howto') 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 -- cgit v1.3