Skip to content

Commit

Permalink
Update Line.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisal-D committed Feb 2, 2024
1 parent ea2458e commit 788494e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tkchart/Line.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self ,*args ,master=None ,color="#909090" ,size=1, style="line", st
self.__style_type = style_type


def configure(self , color=None ,size=None, style=None, style_type=None) :
def configure(self , color=None ,size=None, style=None, style_type=None):
if color != None:
self.__color = color
if size != None:
Expand Down

0 comments on commit 788494e

Please sign in to comment.