Skip to content
Snippets Groups Projects

Pre-commit updates and spell checker

Merged Oscar Gustafsson requested to merge precommit into master
23 files
+ 155
146
Compare changes
  • Side-by-side
  • Inline
Files
23
+ 1
1
@@ -101,7 +101,7 @@ class Arrow(QGraphicsPathItem):
return cast("OutputPort", self._source_port_button.port)
@property
def desination_port(self) -> "InputPort":
def destination_port(self) -> "InputPort":
"""The destination InputPort."""
return cast("InputPort", self._destination_port_button.port)
Loading