From 07930e97a10bf4d056ab20ca206b939c946e1692 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Fri, 8 Dec 2023 14:28:41 -0800 Subject: [PATCH] Update docs/gallery/plot_external_resources.py Co-authored-by: Ryan Ly --- docs/gallery/plot_external_resources.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gallery/plot_external_resources.py b/docs/gallery/plot_external_resources.py index 366fee133..1f6c99b0d 100644 --- a/docs/gallery/plot_external_resources.py +++ b/docs/gallery/plot_external_resources.py @@ -312,8 +312,8 @@ def __init__(self, **kwargs): # ------------------------------------------------------ # :py:class:`~hdmf.common.resources.HERD` has multiple ways for users to add # external references. The :py:func:`~hdmf.common.resources.HERD.add_ref_termset` -# method allows users to not only validate terms, i.e., keys, but also adds the -# ability to iteratively add references for entire datasets, lists, arrays, etc. +# method allows users to not only validate terms, i.e., keys, but also +# add references for entire datasets, lists, arrays, etc. # The :py:func:`~hdmf.common.resources.HERD.add_ref_container` method is directly # used for populating :py:class:`~hdmf.common.resources.HERD` when writing a file.