summaryrefslogtreecommitdiff
path: root/docs/reference/speed_python.rst
diff options
context:
space:
mode:
authorMike Causer <mcauser@gmail.com>2019-02-13 12:29:01 +1100
committerDamien George <damien.p.george@gmail.com>2019-10-16 14:08:28 +1100
commita2c4cb484d6018a65dabd921c509fc12b71a088b (patch)
treef83725e5b9ff8390ff8a5ebc8c64926acb08db0a /docs/reference/speed_python.rst
parent5a8f392f09e3826ff2a1f4330700198e9c0d42cc (diff)
docs: Fix spelling in various parts of the docs.
Diffstat (limited to 'docs/reference/speed_python.rst')
-rw-r--r--docs/reference/speed_python.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/speed_python.rst b/docs/reference/speed_python.rst
index aa0b54cb5..a6951ed33 100644
--- a/docs/reference/speed_python.rst
+++ b/docs/reference/speed_python.rst
@@ -214,7 +214,7 @@ There are certain limitations in the current implementation of the native code e
* Generators are not supported.
* If ``raise`` is used an argument must be supplied.
-The trade-off for the improved performance (roughly twices as fast as bytecode) is an
+The trade-off for the improved performance (roughly twice as fast as bytecode) is an
increase in compiled code size.
The Viper code emitter