From a82b1d4dcfd0c9b9e3e02ade65a687f0c13d02d3 Mon Sep 17 00:00:00 2001 From: jan Date: Thu, 12 Oct 2023 23:40:24 -0700 Subject: [PATCH] comment grammar --- masque/pattern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/pattern.py b/masque/pattern.py index 7bf637f..bb077be 100644 --- a/masque/pattern.py +++ b/masque/pattern.py @@ -765,7 +765,7 @@ class Pattern(PortList, AnnotatableImpl, Mirrorable): def prune_layers(self) -> Self: """ - Removes empty layers (empty lists) in `self.shapes` and `self.labels`. + Remove empty layers (empty lists) in `self.shapes` and `self.labels`. Returns: self