Skip to content

Commit

Permalink
Update plot_term_set.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Aug 3, 2023
1 parent 2757c99 commit 4f6e133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gallery/plot_term_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4f6e133

Please sign in to comment.