[Python-checkins] cpython (2.7): fix typo; thanks to Jan Heidbrink from docs@

sandro.tosi python-checkins at python.org
Sun Jan 15 16:37:11 CET 2012


http://hg.python.org/cpython/rev/19356498cdb7
changeset:   74417:19356498cdb7
branch:      2.7
parent:      74410:8975f7d0fbf7
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Jan 15 16:34:29 2012 +0100
summary:
  fix typo; thanks to Jan Heidbrink from docs@

files:
  Doc/faq/library.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst
--- a/Doc/faq/library.rst
+++ b/Doc/faq/library.rst
@@ -410,7 +410,7 @@
 
 Since then, the idea of getting rid of the GIL has occasionally come up but
 nobody has found a way to deal with the expected slowdown, and users who don't
-use threads would not be happy if their code ran at half at the speed.  Greg's
+use threads would not be happy if their code ran at half the speed.  Greg's
 free threading patch set has not been kept up-to-date for later Python versions.
 
 This doesn't mean that you can't make good use of Python on multi-CPU machines!

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list