Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Oct 1, 2023
1 parent 434a460 commit 0bf2334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydoctor/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0bf2334

Please sign in to comment.