Skip to content

Commit 597ef33

Browse files
committed
Update context.py
1 parent b7fea47 commit 597ef33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/datafusion/context.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,11 +499,11 @@ def __init__(
499499
self.ctx = SessionContextInternal(config, runtime)
500500

501501
@classmethod
502-
def global_ctx(cls) -> "SessionContext":
503-
"""Retrieve the global context
502+
def global_ctx(cls) -> "SessionContextInternal":
503+
"""Retrieve the global context.
504504
505505
Returns:
506-
A `SessionContext` object that corresponds to the global context
506+
A `SessionContextInternal` object that corresponds to the global context
507507
"""
508508
return SessionContextInternal.global_ctx()
509509

0 commit comments

Comments
 (0)