We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abc087 commit 75a87a4Copy full SHA for 75a87a4
README.rst
@@ -70,7 +70,7 @@ So it's still ``datetime`` but better.
70
71
Unlike other datetime libraries for Python, Pendulum is a drop-in replacement
72
for the standard ``datetime`` class (it inherits from it), so, basically, you can replace all your ``datetime``
73
-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
74
the type of the objects by using the ``type`` function like ``sqlite3`` or ``PyMySQL`` for instance).
75
76
It also removes the notion of naive datetimes: each ``Pendulum`` instance is timezone-aware
0 commit comments