From 0bf2334149618ec6b943a65ed284df7810ddf315 Mon Sep 17 00:00:00 2001 From: tristanlatr Date: Sun, 1 Oct 2023 17:56:42 -0400 Subject: [PATCH] Fix typo --- pydoctor/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydoctor/model.py b/pydoctor/model.py index b6823cee9..b8b4fddb9 100644 --- a/pydoctor/model.py +++ b/pydoctor/model.py @@ -483,7 +483,7 @@ def setup(self) -> None: When pydoctor re-export objects, it leaves references to object in this dict so they can still be listed in childtable of origin modules. This attribute belongs to the "view model" part of Documentable interface and should only be used to present - links to these objects, nor to do any name resolving. + links to these objects. Not to do name resolving. """ def _localNameToFullName(self, name: str) -> str: