Skip to content

Commit

Permalink
fixed the description to match the implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
a.euler committed May 16, 2024
1 parent 7d9f066 commit 62f5046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask_static_digest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def _custom_url_join(self, url):
This function will join the host URL with another URL.
It differs from urljoin in that it will keep the path of the host URL
even if url is an absolute path.
:param url_for: URL for the static file
:type url_for: str
:param url: the URL returned by url_for
:type url: str
:return: Joined URL
"""
if self.host_url is None:
Expand Down

0 comments on commit 62f5046

Please sign in to comment.