From 91a1da28ebb19459b4f45d6ff38f0f878fbdde40 Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter.hutterer@who-t.net>
Date: Mon, 26 Feb 2018 11:16:39 +1000
Subject: [PATCH] doc: fix a typo

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
---
 doc/source/python-evdev.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/python-evdev.rst b/doc/source/python-evdev.rst
index 50f72ae..1dedb53 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.
-- 
GitLab