Skip to content

Commit

Permalink
Merge branch 'remove_append' into errors_level3
Browse files Browse the repository at this point in the history
  • Loading branch information
caneff committed Sep 12, 2023
2 parents d0a7585 + 3ed2822 commit 1e2c62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/dataframe/frame_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def wrapper(*args, **kwargs):
f"**{BEAM_SPECIFIC!r}** for details.")


def with_docs_from(base_type: object, name=None, removed_method=False):
def with_docs_from(base_type, name=None, removed_method=False):
"""Decorator that updates the documentation from the wrapped function to
duplicate the documentation from the identically-named method in `base_type`.
Expand Down

0 comments on commit 1e2c62c

Please sign in to comment.