Skip to content

Commit

Permalink
docs: Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ravener committed Sep 3, 2022
1 parent 9534e86 commit 9a487aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Usage
stopwatch.start() # Start it again
stopwatch.reset() # Reset it back to 0
stopwatch.restart() # Reset and start again
stopwatch.running # Wether stopwatch is running
stopwatch.running # Whether stopwatch is running
stopwatch.duration # Get the duration (in seconds)
str(stopwatch) # Get a friendly duration string
Expand Down

0 comments on commit 9a487aa

Please sign in to comment.