From eb13e511eecd2c71d6189b329a890adc398f4f5b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 24 Jun 2016 19:56:51 -0700 Subject: [PATCH] fix typo --- etg/grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etg/grid.py b/etg/grid.py index 0d91954a..78b1dc4f 100644 --- a/etg/grid.py +++ b/etg/grid.py @@ -271,7 +271,7 @@ def run(): #----------------------------------------------------------------- - # The insanceCode attribute is code that is used to make a default + # The instanceCode attribute is code that is used to make a default # instance of the class. We can't create them using the same class in # this case because they are abstract.