diff options
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/custom-model-fields.txt | 2 |
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 |
