diff options
| author | Joe Anderson <jandew+dev@gmail.com> | 2016-02-19 10:14:20 -0800 | 
|---|---|---|
| committer | Joe Anderson <jandew+dev@gmail.com> | 2016-02-19 10:14:20 -0800 | 
| commit | 57b7e327bae2f46553a534836520cf957b59ced8 (patch) | |
| tree | 1f77f463bcfe529da615ac1cf0c4941c5d97b4e9 /oo.py | |
| parent | 3624578771144bbd30a54078fa8cc3b923ea1e49 (diff) | |
| download | oo-57b7e327bae2f46553a534836520cf957b59ced8.tar.gz oo-57b7e327bae2f46553a534836520cf957b59ced8.zip | |
minor documentation fix
Diffstat (limited to 'oo.py')
| -rw-r--r-- | oo.py | 5 | 
1 files changed, 4 insertions, 1 deletions
| @@ -542,7 +542,10 @@ class ooPlay:              self.display_subroutine(x1, y1, recursing=True, cursor=cursor)      def display_pos(self, x, y, cursor=None): -        """Update one position on the board, refresh screen.""" +        """Update one position on the board, refresh screen. +         +        Updates adjacent positions when moving the cursor. +        """          self.display_subroutine(x, y, cursor=cursor)          if self.show_errors or cursor:              for direction in self.puzzle.DIRECTIONS: | 
