Skip to content

Commit

Permalink
Update examples.rst
Browse files Browse the repository at this point in the history
This line duplicates line 27 and does not relate to specific days of the week.
  • Loading branch information
kurtasov committed Apr 11, 2023
1 parent c62dccf commit a68067f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Run a job every x minute
# Run job on a specific day of the week
schedule.every().monday.do(job)
schedule.every().wednesday.at("13:15").do(job)
schedule.every().minute.at(":17").do(job)
while True:
schedule.run_pending()
Expand Down

0 comments on commit a68067f

Please sign in to comment.