Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Julfried committed Dec 14, 2024
1 parent 3542bb8 commit 276c363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylint/pyreverse/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def should_show_node(self, qualified_name: str, is_class: bool = False) -> bool:
Depth is calculated by counting dots in the qualified name:
- depth 0: top-level packages (no dots)
- depth 1: first level subpackages (one dot)
- depth 2: second level subpackages (two dots)
- depth 1: first level sub-packages (one dot)
- depth 2: second level sub-packages (two dots)
For classes, depth is measured from their containing module, excluding
the class name itself from the depth calculation.
Expand Down

0 comments on commit 276c363

Please sign in to comment.