From eb585063b3e035d68f206c49ff19200f9f25fa43 Mon Sep 17 00:00:00 2001 From: Zach McKenzie <92116279+zm711@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:38:30 -0400 Subject: [PATCH] typo fixes (#1785) --- docs/source/export.rst | 2 +- docs/source/validation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/export.rst b/docs/source/export.rst index 44a7a3a4b..490cd346e 100644 --- a/docs/source/export.rst +++ b/docs/source/export.rst @@ -109,7 +109,7 @@ How do I write a newly instantiated ``NWBFile`` to two different file paths? ----------------------------------------------------------------------------------------------------------------------- PyNWB does not support writing an :py:class:`~pynwb.file.NWBFile` that was not read from a file to two different files. For example, if you instantiate :py:class:`~pynwb.file.NWBFile` A and write it to file path 1, you cannot also write it -to file path 2. However, you can first write the :py:class:`~pynwb.file.NWBFile`` to file path 1, read the +to file path 2. However, you can first write the :py:class:`~pynwb.file.NWBFile` to file path 1, read the :py:class:`~pynwb.file.NWBFile` from file path 1, and then export it to file path 2. .. code-block:: python diff --git a/docs/source/validation.rst b/docs/source/validation.rst index 8cc32a3f7..73c138127 100644 --- a/docs/source/validation.rst +++ b/docs/source/validation.rst @@ -11,7 +11,7 @@ The validator can be invoked like so: python -m pynwb.validate test.nwb If the file contains no NWB extensions, then this command will validate the file ``test.nwb`` against the -*core* NWB specification. On success, the output will is: +*core* NWB specification. On success, the output will be: .. code-block:: text