diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2023-05-19 22:05:49 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-05-23 17:40:17 +1000 |
commit | 0000eb27240037f7e95971f1f90e070c0a01d028 (patch) | |
tree | 4e701459c0fcd672f1b4f69fa39cec57ff79a881 | |
parent | 5707fd74e570968fa97b8f243e31497e8f35ce42 (diff) | |
download | micropython-0000eb27240037f7e95971f1f90e070c0a01d028.tar.gz micropython-0000eb27240037f7e95971f1f90e070c0a01d028.zip |
docs/reference/speed_python: Remove 4-arg limit for viper.
This limit was removed in a676b5acf6ee9c17926cf9786370d30a077d99c0.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
-rw-r--r-- | docs/reference/speed_python.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/reference/speed_python.rst b/docs/reference/speed_python.rst index 834a53b0a7..0c68dd60bd 100644 --- a/docs/reference/speed_python.rst +++ b/docs/reference/speed_python.rst @@ -247,7 +247,6 @@ Python will interpret the result as 2**32 -1 rather than as -1. In addition to the restrictions imposed by the native emitter the following constraints apply: -* Functions may have up to four arguments. * Default argument values are not permitted. * Floating point may be used but is not optimised. |