# HG changeset patch # User Franz Glasner # Date 1734898647 -3600 # Node ID 6378ba9ae949bcf529726239dd57dc444dc368e1 # Parent 2b9adc0c326cd056ab1d658f1c457665231b6ee4 Style diff -r 2b9adc0c326c -r 6378ba9ae949 cutils/dos2unix.py --- 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`. """ diff -r 2b9adc0c326c -r 6378ba9ae949 cutils/shasum.py --- 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`. """ diff -r 2b9adc0c326c -r 6378ba9ae949 dos2unix.py --- a/dos2unix.py Sun Dec 22 20:26:43 2024 +0100 +++ b/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 `dos2unix` +r"""Pure Python implementation of `dos2unix`. """ diff -r 2b9adc0c326c -r 6378ba9ae949 shasum.py --- a/shasum.py Sun Dec 22 20:26:43 2024 +0100 +++ b/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`. """