From 75a87a4e3cab45c5f9c38ca6060a54337dcadd09 Mon Sep 17 00:00:00 2001 From: mevemo <76873680+mevemo@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:53:47 +0200 Subject: [PATCH] Update README.rst fix small typo. (#748) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 069f4d00..65a0ad65 100644 --- a/README.rst +++ b/README.rst @@ -70,7 +70,7 @@ So it's still ``datetime`` but better. Unlike other datetime libraries for Python, Pendulum is a drop-in replacement for the standard ``datetime`` class (it inherits from it), so, basically, you can replace all your ``datetime`` -instances by ``DateTime`` instances in you code (exceptions exist for libraries that check +instances by ``DateTime`` instances in your code (exceptions exist for libraries that check the type of the objects by using the ``type`` function like ``sqlite3`` or ``PyMySQL`` for instance). It also removes the notion of naive datetimes: each ``Pendulum`` instance is timezone-aware