diff --git a/doc/source/python-evdev.rst b/doc/source/python-evdev.rst
index 50f72ae8351ba9e1bbcce936dc89f5bb7651d7c3..1dedb535eefdbaff616a33ee3ba4a3ced7dce0bc 100644
--- a/doc/source/python-evdev.rst
+++ b/doc/source/python-evdev.rst
@@ -2,7 +2,7 @@ Difference between python-libevdev and python-evdev
 ===================================================
 
 python-evdev is an existing package that provides python access to the evdev
-protocol. It's documentation is found here: https://python-evdev.readthedocs.io/en/latest/
+protocol. Its documentation is found here: https://python-evdev.readthedocs.io/en/latest/
 
 They both wrap the same kernel protocol, so there is a large overlap
 between the two projects.