diff --git a/docs.openc3.com/docs/guides/scripting-api.md b/docs.openc3.com/docs/guides/scripting-api.md index 0f5a20952c..675673b2aa 100644 --- a/docs.openc3.com/docs/guides/scripting-api.md +++ b/docs.openc3.com/docs/guides/scripting-api.md @@ -152,14 +152,14 @@ Prompts the user for input with a question. User input is automatically converte Ruby / Python Syntax: ```ruby -ask("", , ) +ask("", , ) ``` | Parameter | Description | | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------- | | question | Question to prompt the user with. | -| blank_or_default | Whether or not to allow empty responses (optional - defaults to false). If a non-boolean value is passed it is used as a default value. | -| password | Whether to treat the entry as a password which is displayed with dots and not logged. Default is false. | +| Blank or Default | Whether or not to allow empty responses (optional - defaults to false). If a non-boolean value is passed it is used as a default value. | +| Password | Whether to treat the entry as a password which is displayed with dots and not logged. Default is false. | Ruby Example: @@ -186,14 +186,14 @@ Prompts the user for input with a question. User input is always returned as a s Ruby / Python Syntax: ```ruby -ask_string("", , ) +ask_string("", , ) ``` | Parameter | Description | | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------- | | question | Question to prompt the user with. | -| blank_or_default | Whether or not to allow empty responses (optional - defaults to false). If a non-boolean value is passed it is used as a default value. | -| password | Whether to treat the entry as a password which is displayed with dots and not logged. Default is false. | +| Blank or Default | Whether or not to allow empty responses (optional - defaults to false). If a non-boolean value is passed it is used as a default value. | +| Password | Whether to treat the entry as a password which is displayed with dots and not logged. Default is false. | Ruby Example: @@ -224,15 +224,15 @@ The message_box, vertical_message_box, and combo_box methods create a message bo Ruby / Python Syntax: ```ruby -message_box("", "