Skip to content

Commit

Permalink
Fixed indent level
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Jun 11, 2018
1 parent 61c33c1 commit 27ef033
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tk_tools/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -1174,10 +1174,8 @@ class SevenSegmentDigits(tk.Frame):
:param parent: the tk parent frame
:param height: the widget height (defaults to 50)
:param digit_color: the digit color (tkinter color
specifications apply, such as 'black' or '#ff0000')
:param background: the background color (tkinter color
specifications apply, such as 'black' or '#ff0000')
:param digit_color: the digit color (ex: 'black', '#ff0000')
:param background: the background color (ex: 'black', '#ff0000')
"""
def __init__(self, parent, digits=1, height=50,
digit_color='black', background='white'):
Expand Down

0 comments on commit 27ef033

Please sign in to comment.