Mercurial > hgrepos > Python > apps > py-cutils
changeset 113:6378ba9ae949
Style
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 22 Dec 2024 21:17:27 +0100 |
| parents | 2b9adc0c326c |
| children | 9e61c5cf76a2 |
| files | cutils/dos2unix.py cutils/shasum.py dos2unix.py shasum.py |
| diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/cutils/dos2unix.py Sun Dec 22 20:26:43 2024 +0100 +++ b/cutils/dos2unix.py Sun Dec 22 21:17:27 2024 +0100 @@ -3,7 +3,7 @@ # :Copyright: (c) 2020-2022 Franz Glasner # :License: BSD-3-Clause # :- -r"""Pure Python implementation of `dos2-unix` +r"""Pure Python implementation of `dos2-unix`. """
--- a/cutils/shasum.py Sun Dec 22 20:26:43 2024 +0100 +++ b/cutils/shasum.py Sun Dec 22 21:17:27 2024 +0100 @@ -3,7 +3,7 @@ # :Copyright: (c) 2020-2022 Franz Glasner # :License: BSD-3-Clause # :- -r"""Pure Python implementation of `shasum` +r"""Pure Python implementation of `shasum`. """
