parent: docstring formatting

This commit is contained in:
David Wilson 2019-08-04 22:03:20 +01:00
parent 87443da828
commit ad590f3321
1 changed files with 3 additions and 2 deletions

View File

@ -2512,8 +2512,9 @@ class PopenProcess(Process):
class ModuleForwarder(object):
"""
Respond to GET_MODULE requests in a slave by forwarding the request to our
parent context, or satisfying the request from our local Importer cache.
Respond to :data:`mitogen.core.GET_MODULE` requests in a child by
forwarding the request to our parent context, or satisfying the request
from our local Importer cache.
"""
def __init__(self, router, parent_context, importer):
self.router = router