Skip to content

Commit

Permalink
python: clean up text for random timer
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed May 17, 2024
1 parent 4b17773 commit 69b9093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ After both the work and break timers complete, it returns to the first state.
### [Random Timer](./src/random-timer.py)

I wanted to implement a timer that used an hourglass animation.
The seconds/duration of the timer is set using an RNG.
The duration, in seconds, of the timer is set using an RNG.

### [Timer](./src/timer.py)

Expand Down

0 comments on commit 69b9093

Please sign in to comment.