Skip to content

Commit 00e406e

Browse files
committed
Minor docstring update
1 parent d8cab41 commit 00e406e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/datafusion/context.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,8 @@ def sql(
604604
"""Create a :py:class:`~datafusion.DataFrame` from SQL query text.
605605
606606
See the online documentation for a description of how to perform
607-
parameterized substitution via either the param_values option
608-
or passing in named parameters.
607+
parameterized substitution via either the ``param_values`` option
608+
or passing in ``named_params``.
609609
610610
Note: This API implements DDL statements such as ``CREATE TABLE`` and
611611
``CREATE VIEW`` and DML statements such as ``INSERT INTO`` with in-memory

0 commit comments

Comments
 (0)