Skip to content

Commit 49b6d08

Browse files
committed
Correct module namespace in docs guide
1 parent ad61361 commit 49b6d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/trinity/writing_plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ is started with the ``--report-peer-count`` flag.
274274
:language: python
275275
:pyobject: PeerCountReporterPlugin.on_ready
276276

277-
In case of a :class:`~trinity.extensibility.plugin.BaseIsolatedProcessPlugin`, this will cause the
277+
In case of a :class:`~trinity.extensibility.plugin.BaseIsolatedPlugin`, this will cause the
278278
:meth:`~trinity.extensibility.plugin.BaseIsolatedPlugin.do_start` method to run on an entirely
279279
separated, new process. In other cases
280280
:meth:`~trinity.extensibility.plugin.BaseIsolatedPlugin.do_start` will simply run in the same

0 commit comments

Comments
 (0)