Mercurial > hgrepos > Python > apps > py-cutils
changeset 42:e5f6af8364db
Typo in docs
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Tue, 18 Jan 2022 12:14:15 +0100 |
| parents | 36782a2abb66 |
| children | d856432a1cbb |
| files | shasum.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
