Skip to content

Commit

Permalink
Remove useless word
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
  • Loading branch information
jakelishman and mtreinish authored Nov 23, 2021
1 parent 663cdd2 commit 58cf34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/visualization/bloch.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Arrow3D(Patch3D, FancyArrowPatch):

def __init__(self, xs, ys, zs, zdir="z", **kwargs):
# The Patch3D.__init__() method just calls its own super() method and then
# self.set_3d_properties, but it its __init__ signature is actually pretty incompatible with
# self.set_3d_properties, but its __init__ signature is actually pretty incompatible with
# how it goes on to call set_3d_properties, so we just have to do things ourselves. The
# parent of Patch3D is Patch, which is also a parent of FancyArrowPatch, so its __init__ is
# still getting suitably called.
Expand Down

0 comments on commit 58cf34b

Please sign in to comment.