Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mehatamm committed Dec 19, 2024
1 parent 607ebd7 commit bc43335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyzx/drawing.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def draw_matplotlib(
figsize:Tuple[FloatInt,FloatInt] =(8,2),
h_edge_draw: Literal['blue', 'box'] ='blue',
show_scalar: bool =False,
rows: Optional[Tuple[FloatInt,FloatInt]] =None,
rows: Optional[Tuple[FloatInt,FloatInt]] =None
) -> Any: # TODO: Returns a matplotlib figure

# lazy import matplotlib
Expand Down

0 comments on commit bc43335

Please sign in to comment.