diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-01-20 18:31:34 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-01-20 18:31:34 -0800 |
commit | 83a1e32dd58c0bbec297fb8ba853b8d38568a224 (patch) | |
tree | c56a89f8b4826f997d78b0ca6a65aa8410c0284b | |
parent | 1c0996eea7a39ef0357b5ece630c1bdf69680f71 (diff) | |
download | portage-83a1e32dd58c0bbec297fb8ba853b8d38568a224.tar.gz portage-83a1e32dd58c0bbec297fb8ba853b8d38568a224.tar.bz2 portage-83a1e32dd58c0bbec297fb8ba853b8d38568a224.zip |
Fix a typo in a comment.
-rw-r--r-- | pym/portage/util/_pty.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/util/_pty.py b/pym/portage/util/_pty.py index c96bf74fd..f45ff0aa1 100644 --- a/pym/portage/util/_pty.py +++ b/pym/portage/util/_pty.py @@ -36,7 +36,7 @@ def _test_pty_eof(fdopen_buffered=False): NOTE: This issue is only problematic when array.fromfile() is used, rather than os.read(). However, array.fromfile() - is preferred since it is approximatly 10% faster. + is preferred since it is approximately 10% faster. New development: It appears that array.fromfile() is usable with python3 as long as fdopen is called with a bufsize |