Skip to content

Commit 01de52d

Browse files
committed
Fix typo in docstring
1 parent 3e7bece commit 01de52d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pylint/pyreverse/writer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ def should_show_node(self, qualified_name: str, is_class: bool = False) -> bool:
5959
6060
Depth is calculated by counting dots in the qualified name:
6161
- depth 0: top-level packages (no dots)
62-
- depth 1: first level subpackages (one dot)
63-
- depth 2: second level subpackages (two dots)
62+
- depth 1: first level sub-packages (one dot)
63+
- depth 2: second level sub-packages (two dots)
6464
6565
For classes, depth is measured from their containing module, excluding
6666
the class name itself from the depth calculation.

0 commit comments

Comments
 (0)