From f3892b11b412c724d8263eb1e1b763711c90e328 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 9 Jul 2016 23:15:10 +0200 Subject: [PATCH] Fix typo --- boxes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index 199e3a4..c0b70cd 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -260,7 +260,7 @@ class Boxes: elif arg=="outside": self.argparser.add_argument( "--outside", action="store", type=bool, default=False, - help="treat sizes as outside mesurements that include the walls") + help="treat sizes as outside measurements that include the walls") else: raise ValueError("No default for argument", arg)