mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Added missing period to "etc.".
This commit is contained in:
parent
99d2469e75
commit
b34ff66e5b
16 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue