From c6f4f0b7d58de7abf16a2127d824dcc3e5594d43 Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 18 Feb 2020 06:00:32 -0700 Subject: [PATCH] betterize comment --- src/allmydata/web/directory.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/allmydata/web/directory.py b/src/allmydata/web/directory.py index 4b314a433..e9cf33b8c 100644 --- a/src/allmydata/web/directory.py +++ b/src/allmydata/web/directory.py @@ -119,7 +119,9 @@ class DirectoryNodeHandler(ReplaceMeMixin, Resource, object): """ Callback when self.node.get has returned, meaning we have received whatever child was requested -- that is `node.get` has - returned something (maybe an error). + returned something (maybe an error). This method then performs + the rest of the work of the Twisted API getChild(): returning + a suitable child resource to Twisted Web. """ nonterminal = len(req.postpath) > 1