From 5f0a137a642b4396dc3d1c495b25dc1343e6364c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 28 Mar 2017 04:53:45 +0000 Subject: spelling: beginning --- macro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macro.py') diff --git a/macro.py b/macro.py index 1803c19..e6878f3 100755 --- a/macro.py +++ b/macro.py @@ -117,7 +117,7 @@ class Macro: self.serial = int(self.body[0].split()[1]) # drop the original serial number from the body self.body = [ l for l in self.body if not l.startswith("#serial") ] - # drop whitespace from begining and end of body + # drop whitespace from beginning and end of body while self.body[0] == "": self.body.pop(0) while self.body[-1] == "": -- cgit v1.2.1