From 57b7e327bae2f46553a534836520cf957b59ced8 Mon Sep 17 00:00:00 2001 From: Joe Anderson Date: Fri, 19 Feb 2016 10:14:20 -0800 Subject: minor documentation fix --- oo.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/oo.py b/oo.py index 2500099..8037fb3 100644 --- a/oo.py +++ b/oo.py @@ -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: -- cgit v1.2.3-54-g00ecf