twisted / ampoule

Process pool for Twisted, using AMP
Other
12 stars 19 forks source link

ampoule.pool.ProcessPool misdocuments its "starter" attribute #7

Open moshez opened 6 years ago

moshez commented 6 years ago

starter is documented as "A process starter that implements L{iampoule.IStarter}.". However, what's actually expected is an object which "provides" IStarter, not "implements". In other words, the docs are asking for a class like ampoule.main.ProcessStarter, but they mean to be asking for an instance of such a class.