Skip to content

Commit 75a87a4

Browse files
authored
Update README.rst fix small typo. (#748)
1 parent 4abc087 commit 75a87a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ So it's still ``datetime`` but better.
7070

7171
Unlike other datetime libraries for Python, Pendulum is a drop-in replacement
7272
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
73+
instances by ``DateTime`` instances in your code (exceptions exist for libraries that check
7474
the type of the objects by using the ``type`` function like ``sqlite3`` or ``PyMySQL`` for instance).
7575

7676
It also removes the notion of naive datetimes: each ``Pendulum`` instance is timezone-aware

0 commit comments

Comments
 (0)