Skip to content

Commit 20099d2

Browse files
committed
remove cruft
1 parent 29b634e commit 20099d2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

python/datafusion/context.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,8 +761,7 @@ def register_table(
761761
762762
Args:
763763
name: Name of the resultant table.
764-
table: DataFusion :class:`Table` or any object implementing
765-
``__datafusion_table_provider__`` to add to the session context.
764+
table: Any object that can be converted into a :class:`Table`.
766765
"""
767766
self.ctx.register_table(name, table)
768767

python/tests/test_wrapper_coverage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def missing_exports(internal_obj, wrapped_obj) -> None:
5656
- Raw* classes: Internal implementation details that shouldn't be exposed
5757
- _global_ctx: Internal implementation detail
5858
- __self__, __class__, __repr__: Python special attributes
59-
- TableProvider: Superseded by the public ``Table`` API in Python
6059
"""
6160
# Special case enums - EnumType overrides a some of the internal functions,
6261
# so check all of the values exist and move on

0 commit comments

Comments
 (0)