aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-12-30 13:07:09 +0100
committerGuido Günther <agx@sigxcpu.org>2022-12-30 13:08:05 +0100
commit825ad6bc42a7fb92d9308653173a08484f8bcef2 (patch)
treee688fe52147db3c199de72c70183447a6b6b6b27
parent5c9d0ef27bec7f21c35f3cf71bf0239c0710a44e (diff)
redhatdistro: Fix doc comment
-rw-r--r--whatmaps/redhatdistro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/whatmaps/redhatdistro.py b/whatmaps/redhatdistro.py
index 4b17f3c..0f0c42d 100644
--- a/whatmaps/redhatdistro.py
+++ b/whatmaps/redhatdistro.py
@@ -23,7 +23,7 @@ from . rpmpkg import RpmPkg
class RedHatDistro(Distro):
- "RPM based distribution"""
+ """RPM based distribution"""
_pkg_re = re.compile(r'(?P<pkg>[\w\-\+]+)-(?P<ver>[\w\.]+)'
'-(?P<rel>[\w\.]+)\.(?P<arch>.+)')