Author: Alex Gaynor <[email protected]> Branch: extradoc Changeset: r3861:887b24045858 Date: 2011-07-30 15:56 -0700 http://bitbucket.org/pypy/extradoc/changeset/887b24045858/
Log: we are not machines. diff --git a/blog/draft/string-formatting.rst b/blog/draft/string-formatting.rst --- a/blog/draft/string-formatting.rst +++ b/blog/draft/string-formatting.rst @@ -13,7 +13,7 @@ Note that we had to stop for a second and consider how big numbers might get and overestimate the size (42 = length of the biggest number on 64bit (20) + 1 for the sign * 2 + 1 (for the space) + 1 (NUL byte)), it took the authors of -this post, two experienced programs, 3 tries to get the math right on this. +this post, two experienced programmers, 3 tries to get the math right on this. This is fine, except you can't even return ``x`` from this function, a more fair comparison might be:: _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
