@@ -67,7 +67,7 @@ def query(
6767 Use ``parameters`` for query variable substitution (variable substitution syntax may be different
6868 depending on the database client).
6969
70- Set ``replace_robot_variables`` to resolve RF variables ( like ${MY_VAR}) before executing the SQL.
70+ Set ``replace_robot_variables`` to resolve RF variables like _ ${MY_VAR}_ before executing the SQL.
7171
7272 === Some parameters were renamed in version 2.0 ===
7373 The old parameters ``selectStatement``, ``sansTran`` and ``returnAsDict`` are *deprecated*,
@@ -129,7 +129,7 @@ def row_count(
129129 Use ``parameters`` for query variable substitution (variable substitution syntax may be different
130130 depending on the database client).
131131
132- Set ``replace_robot_variables`` to resolve RF variables ( like ${MY_VAR}) before executing the SQL.
132+ Set ``replace_robot_variables`` to resolve RF variables like _ ${MY_VAR}_ before executing the SQL.
133133
134134 === Some parameters were renamed in version 2.0 ===
135135 The old parameters ``selectStatement`` and ``sansTran`` are *deprecated*,
@@ -193,7 +193,7 @@ def description(
193193 Use ``parameters`` for query variable substitution (variable substitution syntax may be different
194194 depending on the database client).
195195
196- Set ``replace_robot_variables`` to resolve RF variables ( like ${MY_VAR}) before executing the SQL.
196+ Set ``replace_robot_variables`` to resolve RF variables like _ ${MY_VAR}_ before executing the SQL.
197197
198198 === Some parameters were renamed in version 2.0 ===
199199 The old parameters ``selectStatement`` and ``sansTran`` are *deprecated*,
@@ -298,7 +298,7 @@ def execute_sql_script(
298298
299299 Use ``alias`` to specify what connection should be used if `Handling multiple database connections`.
300300
301- Set ``replace_robot_variables`` to resolve RF variables ( like ${MY_VAR}) before executing the SQL.
301+ Set ``replace_robot_variables`` to resolve RF variables like _ ${MY_VAR}_ before executing the SQL.
302302
303303 === Some parameters were renamed in version 2.0 ===
304304 The old parameters ``sqlScriptFileName`` and ``sansTran`` are *deprecated*,
@@ -447,7 +447,7 @@ def execute_sql_string(
447447
448448 Set ``omit_trailing_semicolon`` to explicitly control the `Omitting trailing semicolon behavior` for the command.
449449
450- Set ``replace_robot_variables`` to resolve RF variables ( like ${MY_VAR}) before executing the SQL.
450+ Set ``replace_robot_variables`` to resolve RF variables like _ ${MY_VAR}_ before executing the SQL.
451451
452452 === Some parameters were renamed in version 2.0 ===
453453 The old parameters ``sqlString``, ``sansTran`` and ``omitTrailingSemicolon`` are *deprecated*,
0 commit comments