From 118868b1eb4a7f5fca524b9dd63365b1070732ee Mon Sep 17 00:00:00 2001 From: Jan Klopper Date: Fri, 10 Jan 2025 11:33:07 +0100 Subject: [PATCH] Update spf_discovery.py --- octopoes/bits/spf_discovery/spf_discovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octopoes/bits/spf_discovery/spf_discovery.py b/octopoes/bits/spf_discovery/spf_discovery.py index cfb27f7c466..15293935956 100644 --- a/octopoes/bits/spf_discovery/spf_discovery.py +++ b/octopoes/bits/spf_discovery/spf_discovery.py @@ -125,7 +125,7 @@ def parse_ptr_exists_include_mechanism( yield Finding( finding_type=ft.reference, ooi=input_ooi.reference, - description="""This SPF record contains a PTR mechanism, Use of PTR is deprecated.""", + description="This SPF record contains a PTR mechanism, Use of PTR is deprecated.", ) else: mechanism_type, domain = mechanism.split(":", 1)