Skip to content

Commit

Permalink
Fixed type in docstring:
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Jun 13, 2024
1 parent 572d127 commit f17a10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/recover_photos.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def get_edited_path(
def edited_path_for_ext(
library_path: pathlib.Path, uuid: str, ext: str
) -> pathlib.Path | None:
"""Return edted path for extension"""
"""Return edited path for extension"""
directory = uuid[0]
if ext in ["heic", "jpeg", "jpg"]:
edited_path = (
Expand Down

0 comments on commit f17a10f

Please sign in to comment.