generated from dopt-python/py311
fix var name
This commit is contained in:
@@ -71,9 +71,9 @@ class NgtDocs:
|
||||
|
||||
def __post_init__(
|
||||
self,
|
||||
_lines: Iterable[NgtDoc],
|
||||
_docs: Iterable[NgtDoc],
|
||||
) -> None:
|
||||
self.docs = tuple(_lines)
|
||||
self.docs = tuple(_docs)
|
||||
self.total_lines = sum(doc.len for doc in self.docs)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user