Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simbilod committed Sep 18, 2023
1 parent dcadcda commit 7df9ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gplugins/utils/get_component_with_net_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def remove_empty_layerstack_layers(
component: Component,
layerstack: LayerStack,
) -> LayerStack:
"""Returns a new layerstack without layers that don't appear in the provided polygon.
"""Returns a new layerstack without layers that don't appear in the provided component.
Arguments:
component: to process.
Expand Down

0 comments on commit 7df9ea9

Please sign in to comment.