Update docs

This commit is contained in:
stijnvanhoey 2017-10-02 22:36:24 +02:00
parent b082759d64
commit 0a4d22fda0
1 changed files with 2 additions and 2 deletions

View File

@ -173,11 +173,11 @@ class DwcDigester(object):
@staticmethod
def convert_link(text_with_urls):
"""
"""takes all links in a text field and converts it to the html tagged version of the link
Notes
------
The underlying regex is not a general URL matcher and could have shortcomings...
The underlying regex is not a general URL matcher and ad-hoc made. Furthermore, it currently handles the end-dot of the description field outside the regex
"""
def _handle_matched(inputstring):
"""quick hack version of url handling on the current prime versions data"""