diff options
| author | Jeff Quast <contact@jeffquast.com> | 2014-11-25 11:01:24 -0800 |
|---|---|---|
| committer | Jeff Quast <contact@jeffquast.com> | 2014-11-25 11:01:24 -0800 |
| commit | c46e9a252e9e9a0cbf7afad43e6e163dab9748bb (patch) | |
| tree | 559865f91d8221e3dd7d1798277cfdfbe320704f /pexpect | |
| parent | a2705392f2a512a1dbc61878fda3dafc512dab73 (diff) | |
| download | pexpect-c46e9a252e9e9a0cbf7afad43e6e163dab9748bb.tar.gz | |
all together -> altogether (thanks TK)
Diffstat (limited to 'pexpect')
| -rw-r--r-- | pexpect/pty_spawn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/pty_spawn.py b/pexpect/pty_spawn.py index 5fbe204..b3fbeca 100644 --- a/pexpect/pty_spawn.py +++ b/pexpect/pty_spawn.py @@ -479,7 +479,7 @@ class spawn(SpawnBase): This is usually enabled by default. Linux does not honor this as an option -- it behaves as though it is always set on. - Canonical input processing may be disabled all together by executing + Canonical input processing may be disabled altogether by executing a shell, then stty(1), before executing the final program:: >>> bash = pexpect.spawn('/bin/bash', echo=False) |
