diff --git a/blessed/terminal.py b/blessed/terminal.py index fc0b0c4..6d5a13e 100644 --- a/blessed/terminal.py +++ b/blessed/terminal.py @@ -615,7 +615,7 @@ def get_location(self, timeout=None): when such capability is undefined, which elicits a response from a reply string described by capability ``u6``, or again VT100's definition of ``\x1b[%i%d;%dR`` when undefined. - The ``(y, x)`` return value matches the parameter order of the :meth:`move_xy` capability. + The ``(y, x)`` return value matches the parameter order of the :meth:`move_yx` capability. The following sequence should cause the cursor to not move at all:: >>> term = Terminal()