Skip to content

Commit

Permalink
Remove ^M
Browse files Browse the repository at this point in the history
  • Loading branch information
auduny committed Sep 13, 2023
1 parent 7c9cec8 commit 0bd836c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs_multirepo_plugin/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def get_edit_url(
src_path,
]
if(self.edit_uri.startswith("http")):
# If edit_uri starts with http we will use this instead of repo url
# If edit_uri starts with http wee will use this instead of repo url
url_parts.pop(0)
return "/".join(part.strip("/") for part in url_parts)

Expand Down

0 comments on commit 0bd836c

Please sign in to comment.