From c62253ed5ac4bb3aef8c2d68be91e06a92efa4eb Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:07:26 +0200 Subject: [PATCH] Fix typos in README.rst (#157) --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 069ff37..3dd27d6 100644 --- a/README.rst +++ b/README.rst @@ -47,12 +47,12 @@ it will be used. What it's not for ----------------- -It's not for converting the curfrent time betwee UTC and your local time. There are -other, simpler ways of doing this. This is of you need to know things like the name +It's not for converting the current time between UTC and your local time. There are +other, simpler ways of doing this. This is ig you need to know things like the name of the time zone, or if you need to be able to convert between your time zone and another time zone for times that are in the future or in the past. -For current time conversions to and from UTC, look in the python ``time`` module. +For current time conversions to and from UTC, look in the Python ``time`` module. Supported systems