mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 22:17:57 -05:00
Merge pull request #257 from Vinc0682/master
Fix wrong parameter order in the RUN_TAPE doc
This commit is contained in:
@@ -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)...
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user