From 4f6e13399b3ca0cfbfde63c86a0f3ff7dfa2706c Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 3 Aug 2023 14:00:23 -0700 Subject: [PATCH] Update plot_term_set.py --- docs/gallery/plot_term_set.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gallery/plot_term_set.py b/docs/gallery/plot_term_set.py index 4ea3afbc8..ecd7ea4be 100644 --- a/docs/gallery/plot_term_set.py +++ b/docs/gallery/plot_term_set.py @@ -88,8 +88,8 @@ # Use Dynamic Enumerations to populate TermSet # -------------------------------------------- # The :py:class:`~hdmf.term_set.TermSet` class allows user to skip manually defining permissible values, by pulling from -# a LinkML support source. These sources contain multiple ontologies. A user can select a node from an ontology, -# in which the all elements on the branch, starting at the chosen node, will be used as permissible values. +# a LinkML supported source. These sources contain multiple ontologies. A user can select a node from an ontology, +# in which all the elements on the branch, starting from the chosen node, will be used as permissible values. # Please refer to the LinkMl Dynamic Enumeration tutorial for more information on these sources and how to setup Dynamic # Enumerations within the schema. Once the schema is ready, the user provides a path to the schema and set # ``dynamic=True``. A new schema, with the populated permissible values, will be created in the same directory.