]> granicus.if.org Git - python/commitdiff
fix typo; thanks to Jan Heidbrink from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sun, 15 Jan 2012 15:34:29 +0000 (16:34 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Sun, 15 Jan 2012 15:34:29 +0000 (16:34 +0100)
Doc/faq/library.rst

index c122d7205a939d1a8d3780eab2c6375919e5c2e3..5b77eb851f17eca5c085b90cf9699b7c379c9189 100644 (file)
@@ -410,7 +410,7 @@ locks aren't as efficient.
 
 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!