From bdf788471242bd23afd5b4cba825dff1fd25a83a Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 22 Jun 2006 22:43:38 +0000 Subject: [PATCH] add RFC reference --- dns/rdtypes/ANY/SPF.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dns/rdtypes/ANY/SPF.py b/dns/rdtypes/ANY/SPF.py index 79a11274..d038f440 100644 --- a/dns/rdtypes/ANY/SPF.py +++ b/dns/rdtypes/ANY/SPF.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2006 Nominum, Inc. +# Copyright (C) 2006 Nominum, Inc. # # Permission to use, copy, modify, and distribute this software and its # documentation for any purpose with or without fee is hereby granted, @@ -16,5 +16,7 @@ import dns.rdtypes.txtbase class SPF(dns.rdtypes.txtbase.TXTBase): - """SPF record""" + """SPF record + + @see: RFC 4408""" pass -- 2.47.3