From 562ecfebe430ec2cb5b9bb7d67d0316fd69cd58b Mon Sep 17 00:00:00 2001 From: Joshua Coales Date: Tue, 23 Mar 2021 08:29:57 +0000 Subject: [PATCH] Cleaning up grammar --- Scheduling-Functions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Scheduling-Functions.md b/Scheduling-Functions.md index 0340e9d..67b5ca5 100644 --- a/Scheduling-Functions.md +++ b/Scheduling-Functions.md @@ -88,8 +88,8 @@ scheduler = AsyncIOScheduler() scheduler.add_job(this_will_run_at_every_one_hour, 'interval', minutes=60) scheduler.start() ``` -You can also set custom Time zone and also use database for running these functions. +You can also set a custom time zone and can also use a database for running these functions. -This is more advance And works smoothly with Telethon. +This is more advanced and works smoothly with Telethon. -Read more about this from [`Here`](https://apscheduler.readthedocs.io/en/stable) \ No newline at end of file +Read more about this [`Here`](https://apscheduler.readthedocs.io/en/stable) \ No newline at end of file