Added missing period to "etc.".

This commit is contained in:
pp 2016-01-10 17:48:16 +01:00 committed by Tim Graham
parent 99d2469e75
commit b34ff66e5b
16 changed files with 17 additions and 17 deletions

View file

@ -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