Skip to content

Commit

Permalink
typo fixes (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Nov 1, 2023
1 parent 2aceed0 commit eb58506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/export.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb58506

Please sign in to comment.