Skip to content

Commit

Permalink
modify to fit description style
Browse files Browse the repository at this point in the history
  • Loading branch information
zazabap committed Nov 6, 2024
1 parent 27ac0d2 commit 373f217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pennylane/drawer/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def circuit2(x, y):
:target: javascript:void(0);
Additionally, ``wire_options`` may contain sub-dictionaries of matplotlib options assigned
Additionally, ``wire_options`` may contain subdictionaries of matplotlib options assigned
to separate wire labels, which will control the line style for the respective individual wires.
.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion pennylane/drawer/tape_mpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def tape_mpl(
:width: 60%
:target: javascript:void(0);
Additionally, ``wire_options`` may contain sub-dictionaries of matplotlib options assigned
Additionally, ``wire_options`` may contain subdictionaries of matplotlib options assigned
to separate wire labels, which will control the line style for the respective individual wires.
.. code-block:: python
Expand Down

0 comments on commit 373f217

Please sign in to comment.