We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad61361 commit 49b6d08Copy full SHA for 49b6d08
docs/guides/trinity/writing_plugins.rst
@@ -274,7 +274,7 @@ is started with the ``--report-peer-count`` flag.
274
:language: python
275
:pyobject: PeerCountReporterPlugin.on_ready
276
277
-In case of a :class:`~trinity.extensibility.plugin.BaseIsolatedProcessPlugin`, this will cause the
+In case of a :class:`~trinity.extensibility.plugin.BaseIsolatedPlugin`, this will cause the
278
:meth:`~trinity.extensibility.plugin.BaseIsolatedPlugin.do_start` method to run on an entirely
279
separated, new process. In other cases
280
:meth:`~trinity.extensibility.plugin.BaseIsolatedPlugin.do_start` will simply run in the same
0 commit comments