changeset 762:683ff96d413e pyntnclick

Fix docstring tyop.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 26 Jan 2013 13:16:46 +0200
parents ac9ffba3e97d
children afe7b1cb16c0
files pyntnclick/state.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyntnclick/state.py	Sat Jan 26 13:11:02 2013 +0200
+++ b/pyntnclick/state.py	Sat Jan 26 13:16:46 2013 +0200
@@ -478,7 +478,7 @@
         pass
 
     def leave(self):
-        """Called when the cursr leaves the Thing."""
+        """Called when the cursor leaves the Thing."""
         pass
 
     def animate(self):