Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-pujol committed Apr 12, 2022
1 parent 1777389 commit f142070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binapy/binapy.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def check_all(self, decode: bool = False) -> List[str]:
Args:
decode: if `True`, for extensions that don't have a checker method,
try to decode this BinaPy using the decoder method to check if that works.
try to decode this BinaPy using the decoder method to check if that works.
"""

def get_results() -> Iterator[str]:
Expand Down

0 comments on commit f142070

Please sign in to comment.