summaryrefslogtreecommitdiff
path: root/pexpect/screen.py
diff options
context:
space:
mode:
Diffstat (limited to 'pexpect/screen.py')
-rw-r--r--pexpect/screen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/screen.py b/pexpect/screen.py
index 0bced89..5ab45b9 100644
--- a/pexpect/screen.py
+++ b/pexpect/screen.py
@@ -69,7 +69,7 @@ def constrain (n, min, max):
class screen:
'''This object maintains the state of a virtual text screen as a
- rectangluar array. This maintains a virtual cursor position and handles
+ rectangular array. This maintains a virtual cursor position and handles
scrolling as characters are added. This supports most of the methods needed
by an ANSI text screen. Row and column indexes are 1-based (not zero-based,
like arrays).