typo
This commit is contained in:
parent
186604e94f
commit
b0f854fb63
|
@ -7,7 +7,7 @@ Position = namedtuple("Position", ["y", "x", "value"])
|
||||||
|
|
||||||
class Grid:
|
class Grid:
|
||||||
"""
|
"""
|
||||||
A class wrapping a 2-d array arry of Position instances with some convience methods.
|
A class wrapping a 2-d array of Position instances with some convience methods.
|
||||||
"""
|
"""
|
||||||
def __init__(self, data):
|
def __init__(self, data):
|
||||||
self.data = []
|
self.data = []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user