Fix typo in documentation (#1062)

This commit is contained in:
Agamemnon Krasoulis 2019-10-22 17:45:45 +01:00 committed by Ogi Moore
parent ed6586c7dd
commit f2740f7e69

View File

@ -273,7 +273,7 @@ class PlotCurveItem(GraphicsObject):
self.update()
def setShadowPen(self, *args, **kargs):
"""Set the shadow pen used to draw behind tyhe primary pen.
"""Set the shadow pen used to draw behind the primary pen.
This pen must have a larger width than the primary
pen to be visible.
"""