# HG changeset patch # User Franz Glasner # Date 1642504455 -3600 # Node ID e5f6af8364db6542b6459302e85aabc3ad2f148b # Parent 36782a2abb664f244c1e50dcecc2d06a27076b77 Typo in docs diff -r 36782a2abb66 -r e5f6af8364db shasum.py --- a/shasum.py Tue Dec 08 09:43:35 2020 +0100 +++ b/shasum.py Tue Jan 18 12:14:15 2022 +0100 @@ -274,7 +274,7 @@ def argv2algo(s): - """Convert a commane line algorithm specifier into a tuple with the + """Convert a command line algorithm specifier into a tuple with the type/factory of the digest and the algorithms tag for output purposes. :param str s: the specifier from the commane line