Skip to content

Commit 31f96cb

Browse files
fix docstring test
1 parent c575097 commit 31f96cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/python/src/cellxgene_ontology_guide/ontology_parser.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,8 @@ def map_term_descriptions(self, term_ids: List[str]) -> Dict[str, Optional[str]]
581581
Example
582582
>>> from cellxgene_ontology_guide.ontology_parser import OntologyParser
583583
>>> ontology_parser = OntologyParser()
584-
>>> ontology_parser.map_term_descriptions(["CL:0000005", "CL:0000006"])
585-
{'CL:0000005': 'Any fibroblast that is derived from the neural crest.', 'CL:0000006': None}
584+
>>> ontology_parser.map_term_descriptions(["CL:0000005", "CL:0000146"])
585+
{'CL:0000005': 'Any fibroblast that is derived from the neural crest.', 'CL:0000146': None}
586586
587587
:param term_ids: list of str ontology terms to fetch descriptions for
588588
:return: Dict[str, str] mapping term IDs to their respective descriptions

0 commit comments

Comments
 (0)