From 91bc68f91306b07a2801f87532c56e9c4504f9a4 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Tue, 23 Jul 2019 17:06:09 -0700 Subject: typos --- tools/creator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/creator.py b/tools/creator.py index 810df09..01f73ad 100644 --- a/tools/creator.py +++ b/tools/creator.py @@ -401,7 +401,7 @@ def plot_geom(airfoil, view: False): plt.gca().legend(bbox_to_anchor=(1, 1), bbox_transform=plt.gcf().transFigure) - if view == True: + if view is True: plt.show() else: pass -- cgit v1.2.3