Skip to content

Commit

Permalink
Remove a line duplicate from examples.rst (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtasov committed Apr 11, 2023
1 parent c62dccf commit a3c2074
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/examples.rst
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 a3c2074

Please sign in to comment.