pexpect / ptyprocess

Run a subprocess in a pseudo terminal
https://ptyprocess.readthedocs.io/en/latest/
Other
222 stars 71 forks source link

fix typo pass -> return #24

Closed sccolbert closed 9 years ago

sccolbert commented 9 years ago

This fixes what appears to be a typo. It seems the intent is to only initialize the global variables once. If that's the case, the pass should be a return.

takluyver commented 9 years ago

Yep, quite right. Thanks!