Skip to content

Commit f08c070

Browse files
committed
feat: Add display_config parameter to SessionContext constructor
1 parent 73edc6a commit f08c070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def __init__(
582582
Args:
583583
config: Session configuration options.
584584
runtime: Runtime configuration options.
585-
585+
display_config: DataFrame display configuration options.
586586
Example usage:
587587
588588
The following example demonstrates how to use the context to execute

0 commit comments

Comments
 (0)