diff --git a/modules/space/scripts/spice.lua b/modules/space/scripts/spice.lua index 09c12aa05d..cd326b588e 100644 --- a/modules/space/scripts/spice.lua +++ b/modules/space/scripts/spice.lua @@ -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