Merge pull request #257 from Vinc0682/master

Fix wrong parameter order in the RUN_TAPE doc
This commit is contained in:
Marcel Keller
2021-06-30 14:01:53 +10:00
committed by GitHub

View File

@@ -413,8 +413,8 @@ class run_tape(base.Instruction):
""" Start tape/bytecode file in another thread.
:param: number of arguments to follow (multiple of three)
:param: tape number (int)
:param: virtual machine thread number (int)
:param: tape number (int)
:param: tape argument (int)
:param: (repeat the last three)...
"""