Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r81570:06434f97e9c6 Date: 2016-01-05 10:06 +0100 http://bitbucket.org/pypy/pypy/changeset/06434f97e9c6/
Log: Typo (thanks Vincent) diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posix.py +++ b/pypy/module/posix/interp_posix.py @@ -299,7 +299,7 @@ return build_stat_result(space, st) def lstat(space, w_path): - "Like stat(path), but do no follow symbolic links." + "Like stat(path), but do not follow symbolic links." try: st = dispatch_filename(rposix_stat.lstat)(space, w_path) except OSError, e: _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit