Skip to content

Commit

Permalink
add docstring with link to email_sha1
Browse files Browse the repository at this point in the history
  • Loading branch information
dfdan committed Dec 18, 2023
1 parent 5a730ea commit 0f5d1ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions idutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@
email_regexp = re.compile(r"\S+@(\S+\.)+\S+")

sha1_regexp = re.compile(r"^[a-fA-F0-9]{40}$")
"""See https://www.w3.org/TR/annotation-model/#agents."""


def _convert_x_to_10(x):
Expand Down

0 comments on commit 0f5d1ff

Please sign in to comment.