diff --git a/Python/README.md b/Python/README.md index 3f04826..b2f464b 100644 --- a/Python/README.md +++ b/Python/README.md @@ -34,5 +34,4 @@ For example, in terminal type in python test_script.py *.ply file location* --result --runtime --visualize -Note the first run of the code tends to be longer, since the JIT will translate the Python and NumPy code into fast machine code (and will be cached). - +Note the first run of the code takes longer, since the JIT will translate the Python and NumPy code into fast machine code (and will be cached for futher calls).