Skip to content

Commit

Permalink
Update tools/points2binaryimage/points2binaryimage.py
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
kostrykin and bgruening authored Sep 24, 2024
1 parent e3ff47a commit c0434cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/points2binaryimage/points2binaryimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def find_column(df: pd.DataFrame, candidates: List[str]) -> str:
"""
Returns tje column name present in `df` and the list of `candidates`.
Returns the column name present in `df` and the list of `candidates`.
Raises:
KeyError: If there is no candidate column name present in `df`, or more than one.
Expand Down

0 comments on commit c0434cb

Please sign in to comment.