Skip to content

Commit 43bd5ff

Browse files
committed
Update docs
1 parent ea3e939 commit 43bd5ff

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

doc-source/api/flake8-helper.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66

77
.. automodule:: flake8_helper
88
:member-order: bysource
9+
:private-members:

flake8_helper/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
__email__: str = "[email protected]"
4141

4242
_P = TypeVar("_P", bound="Plugin")
43+
44+
#: TypeVar for :class:`~.Visitor` and subclasses.
4345
_V = TypeVar("_V", bound="Visitor")
4446

4547

0 commit comments

Comments
 (0)