generated from dopt-python/py311
fix var name
This commit is contained in:
parent
1da9c20f9d
commit
32bc663d86
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user