From d3b56a330d1c5dd5159e8f33b242781cfe08e1c8 Mon Sep 17 00:00:00 2001 From: Tom Most Date: Mon, 6 Jan 2020 20:46:27 -0800 Subject: [PATCH] Docstring tweaks --- src/twisted/names/authority.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/twisted/names/authority.py b/src/twisted/names/authority.py index 801a1a3e2..1abc4f828 100644 --- a/src/twisted/names/authority.py +++ b/src/twisted/names/authority.py @@ -64,7 +64,7 @@ class FileAuthority(common.ResolverBase): An Authority that is loaded from a file. This is an abstract class that implements record search logic. To create - a functional resolver, subclass it and override the L{loadFile()} method. + a functional resolver, subclass it and override the L{loadFile} method. @ivar _ADDITIONAL_PROCESSING_TYPES: Record types for which additional processing will be done. @@ -104,6 +104,8 @@ class FileAuthority(common.ResolverBase): @param filename: The I{filename} parameter that was passed to the initilizer. + + @returns: L{None} -- the return value is ignored """