summaryrefslogtreecommitdiff
path: root/lang/py-psyco/DESCR
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-23 08:26:03 +0000
committerrillig <rillig>2005-05-23 08:26:03 +0000
commit6489bb287ee041f8a0fc7d585bb9b686d04df08a (patch)
treea88b53a484071e09249ef5ae57e9f69b5ffb0a67 /lang/py-psyco/DESCR
parent7a76c246f0f13dd8e44983c76c6f44e228da5bcf (diff)
downloadpkgsrc-6489bb287ee041f8a0fc7d585bb9b686d04df08a.tar.gz
Removed trailing white-space.
Diffstat (limited to 'lang/py-psyco/DESCR')
-rw-r--r--lang/py-psyco/DESCR4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/py-psyco/DESCR b/lang/py-psyco/DESCR
index 9304fd92ce7..aad3a6b877d 100644
--- a/lang/py-psyco/DESCR
+++ b/lang/py-psyco/DESCR
@@ -4,7 +4,7 @@ What you can do with it
In short: run your existing Python software much faster, with no change in
your source.
-Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit like
+Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit like
Java's, that emit machine code on the fly instead of interpreting your Python
program step by step. The result is that your unmodified Python programs run
faster.
@@ -14,7 +14,7 @@ Benefits
unmodified source code, just a dynamically loadable C extension module.
Drawbacks
-Psyco currently uses quite a lot of memory. It only runs on Intel
+Psyco currently uses quite a lot of memory. It only runs on Intel
386-compatible processors (under any OS) right now. There are some subtle
semantic differences (i.e. bugs) with the way Python works; they should not be
apparent in most programs.