diff --git a/papyri/gen.py b/papyri/gen.py index 67a1c5e5..0d8b4389 100644 --- a/papyri/gen.py +++ b/papyri/gen.py @@ -1518,7 +1518,7 @@ def prepare_doc_for_one_object( current configuratin aliases : sequence other aliases for cuttent object. - api_object : + api_object : APIObjectInfo Returns @@ -1815,7 +1815,7 @@ def collect_examples_out(self): def helper_1( self, *, qa: str, target_item: Any - ) -> Tuple[Optional[str], List[Section], Optional[APIObjectInfo]]: + ) -> Tuple[Optional[str], List[Section], APIObjectInfo]: """ Parameters ---------- @@ -1967,7 +1967,7 @@ def collect_api_docs(self, root: str, limit_to: List[str]): # taskp = p2.add_task(description="parsing", total=len(collected)) failure_collection: Dict[str, List[str]] = defaultdict(lambda: []) - + api_object: APIObjectInfo for qa, target_item in collected.items(): self.log.debug("treating %r", qa)