Package: pylint
Version: 2.5.3-1
Severity: minor
Tags: patch
Dear Maintainer,
The patch is based on the current upstream repository.
1) Change \' (acute) to ', if used as an apostrophe.
2) Separate the sentences and subordinate clauses;
each begins on a new line.
See man-pages(7) and "info groff".
The best procedure is to always start a new sentence on a new line,
at least,
if you are typing on a computer.
Remember coding: Only one command ("sentence") on each (logical) line.
E-mail: Easier to quote exactly the relevant lines.
Generally: Easier to edit the sentence.
Patches: Less unaffected text.
3) The section part for a manual page is set in roman font.
Signed-off-by: Bjarni Ingi Gislason <[email protected]>
---
man/epylint.1 | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/man/epylint.1 b/man/epylint.1
index e3df9773..5d3163fa 100644
--- a/man/epylint.1
+++ b/man/epylint.1
@@ -5,10 +5,12 @@
.SH DESCRIPTION
.B epylint
-is an Emacs and Flymake compatible Pylint. It runs Pylint from outside the
-current package to avoid import error messages. See
-.B pylint
-\'s manpage for information about all available options.
+is an Emacs and Flymake compatible Pylint.
+It runs Pylint from outside the
+current package to avoid import error messages.
+See
+.BR pylint 's
+manpage for information about all available options.
.SH "SEE ALSO"
-.B pylint(1)
+.BR pylint (1)
--
2.27.0
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.7.6-1 (SMP w/2 CPU threads)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1),
LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages pylint depends on:
ii python3 3.8.2-3
ii python3-astroid 2.4.2-1
ii python3-isort 4.3.4+ds1-2
ii python3-logilab-common 1.7.2-1
ii python3-mccabe 0.6.1-3
ii python3-setuptools 46.1.3-1
ii python3-toml 0.10.1-1
Versions of packages pylint recommends:
pn python3-tk <none>
Versions of packages pylint suggests:
pn pylint-doc <none>
-- no debconf information
--
Bjarni I. Gislason