From 5ec5bfb0d31c04b3d44e109dd5dca779c3a070e0 Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Mon, 30 Jan 2017 18:19:29 +1100
Subject: [PATCH] docs/pyboard/tutorial/lcd160cr_skin: Fix typo,
 get_touched->get_touch.

---
 docs/pyboard/tutorial/lcd160cr_skin.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/pyboard/tutorial/lcd160cr_skin.rst b/docs/pyboard/tutorial/lcd160cr_skin.rst
index f0bc34e1e..11ebad9a6 100644
--- a/docs/pyboard/tutorial/lcd160cr_skin.rst
+++ b/docs/pyboard/tutorial/lcd160cr_skin.rst
@@ -95,7 +95,7 @@ the screen to see the result.
 
 To get the location of the touch you can use the method::
 
-    >>> lcd.get_touched()
+    >>> lcd.get_touch()
 
 This will return a 3-tuple, with the first entry being 0 or 1 depending on whether
 there is currently anything touching the screen (1 if there is), and the second and
-- 
GitLab