summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-01-15 16:34:29 +0100
committerSandro Tosi <sandro.tosi@gmail.com>2012-01-15 16:34:29 +0100
commitbde7eacd85cd1e75efec162a1296942c39cc9f4d (patch)
tree363c5de75799841d15b42563d2632d33cdfd2aad
parent7d77c6f6e024c54725a017d638d2266a476e168c (diff)
downloadcpython-git-bde7eacd85cd1e75efec162a1296942c39cc9f4d.tar.gz
fix typo; thanks to Jan Heidbrink from docs@
-rw-r--r--Doc/faq/library.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst
index c122d7205a..5b77eb851f 100644
--- a/Doc/faq/library.rst
+++ b/Doc/faq/library.rst
@@ -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!