File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1298,7 +1298,7 @@ Return values:
12981298
12991299`INTERP_OK`:: Return this on success. You need to import this from `interpreter`.
13001300
1301- `"a message text"` :: Returning a string from a handler means 'this is an error message, abort the program'. Works like `(abort,` __<msg>__ `)`.
1301+ _a message text_ :: Returning a string from a handler means 'this is an error message, abort the program'. Works like `(abort,` __<msg>__ `)`.
13021302
13031303.Calling conventions for 'python=' subroutines
13041304
@@ -1321,7 +1321,7 @@ Return values:
13211321`INTERP_OK`::
13221322 Return this on success
13231323
1324- `"a message text"` ::
1324+ _a message text_ ::
13251325 Returning a string from a handler means 'this is an error message, abort the program'.
13261326 Works like `(abort,` __<msg>__ `)`.
13271327
You can’t perform that action at this time.
0 commit comments