aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>.+)')