From 5c617082f007a57243f863055e7c05fc8251f3dd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:28:47 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/gallery/plot_external_resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery/plot_external_resources.py b/docs/gallery/plot_external_resources.py index 1f6c99b0d..bc306973b 100644 --- a/docs/gallery/plot_external_resources.py +++ b/docs/gallery/plot_external_resources.py @@ -312,7 +312,7 @@ 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 +# 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