From: Zac Medico Date: Fri, 21 Jan 2011 02:31:34 +0000 (-0800) Subject: Fix a typo in a comment. X-Git-Tag: v2.2.0_alpha19~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=83a1e32dd58c0bbec297fb8ba853b8d38568a224;p=portage.git Fix a typo in a comment. --- 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