Skip to content

Commit

Permalink
Update types of resolution params (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedFantom committed Mar 16, 2022
1 parent 9145d17 commit 39c83ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ttkwidgets/timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ def __init__(self, master=None, **kwargs):
:param finish: Value to end the timeline at
:type finish: float
:param resolution: Amount of time per pixel [s/pixel]
:type resolution: int
:type resolution: float
:param tick_resolution: Amount of time between ticks on the
timeline
:type tick_resolution: int
:type tick_resolution: float
:param unit: Unit of time. Some units have predefined
properties, such as minutes ('m') and hours ('h'), which
make the tick markers have an appropriate format.
Expand Down

0 comments on commit 39c83ed

Please sign in to comment.