Skip to content

Commit

Permalink
Python: Fix docstring (apache#5804)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Sep 20, 2022
1 parent ee185f3 commit 2e547ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyiceberg/expressions/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def visit_not(self, child_result: T) -> T:
"""Visit method for a Not boolean expression
Args:
result (T): The result of visiting the child of the Not boolean expression
child_result (T): The result of visiting the child of the Not boolean expression
"""

@abstractmethod
Expand Down

0 comments on commit 2e547ad

Please sign in to comment.