From 79990e38060f127a542468687a1bae56ddba95f9 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 11 May 2020 19:10:00 -0700 Subject: [PATCH] cosmetic changes --- masque/label.py | 2 +- masque/pattern.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/masque/label.py b/masque/label.py index 390ca84..36a8a0b 100644 --- a/masque/label.py +++ b/masque/label.py @@ -77,7 +77,7 @@ class Label: def __init__(self, string: str, - offset: vector2=(0.0, 0.0), + offset: vector2 = (0.0, 0.0), layer: layer_t = 0, locked: bool = False): self.unlock() diff --git a/masque/pattern.py b/masque/pattern.py index cefcdbd..d4cbb19 100644 --- a/masque/pattern.py +++ b/masque/pattern.py @@ -1,5 +1,5 @@ """ - Base object for containing a lithography mask. + Base object representing a lithography mask. """ from typing import List, Callable, Tuple, Dict, Union, Set, Sequence, Optional, Type