Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkes committed Oct 7, 2024
1 parent cec6ae1 commit b0ed23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyhaloxml/HaloXML.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def save(self, pth: Union[str, os.PathLike[Any]]) -> None:

def as_raw(self) -> bytes:
"""
Return the bytes that can be written to a .annotations files.
Return the bytes that can be written to a .annotations file.
Returns
-------
Expand Down

0 comments on commit b0ed23b

Please sign in to comment.