fixed return type to tuple

This commit is contained in:
Andreas Engberg
2024-09-04 09:21:59 +02:00
parent ed39d4fc68
commit ddbf155e8b

View File

@@ -4,7 +4,7 @@ openspace.space.documentation = {
Arguments = {
{ "tlePath", "String" }
},
Return = "{ Translation, SpiceKernel }",
Return = "( Translation, SpiceKernel )",
Documentation = [[
Takes the provided TLE file, converts it into a SPICE kernel and returns a
SpiceTranslation instance that can be used to access the information in the TLE