comment grammar

This commit is contained in:
jan 2023-10-12 23:40:24 -07:00
parent eeca5666f4
commit a82b1d4dcf

View File

@ -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