# HG changeset patch # User Jeremy Thurgood # Date 1359199006 -7200 # Node ID 683ff96d413e1b49a502815362fa970a55a77d99 # Parent ac9ffba3e97d3639acdc671c6d4a6e30666986b6 Fix docstring tyop. diff -r ac9ffba3e97d -r 683ff96d413e pyntnclick/state.py --- 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):