Skip to content

Commit a0c61d4

Browse files
committed
Fix documentation typos
1 parent fb3a812 commit a0c61d4

26 files changed

+27
-28
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of IMASPy.
2-
# You should have received IMASPy LICENSE file with this project.
2+
# You should have received the IMASPy LICENSE file with this project.
33
#
44
# Set up pytest so that any mention of 'backend' as a test argument
55
# gets run with all four backends.

docs/source/metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ nodes.
2424
Get coordinate values
2525
'''''''''''''''''''''
2626

27-
All data nodes and array of structures have a ``coordinates`` attribute. By
27+
Each data node and array of structures has a ``coordinates`` attribute. By
2828
indexing this attribute, you can retrieve the coordinate values for that
2929
dimension. For example, ``coordinates[2]`` attempts to retrieve the coordinate
3030
values for the third dimension of the data.

imaspy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of IMASPy.
2-
# You should have received IMASPy LICENSE file with this project.
2+
# You should have received the IMASPy LICENSE file with this project.
33

44
from packaging.version import Version as V
55

imaspy/al_exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of IMASPy.
2-
# You should have received IMASPy LICENSE file with this project.
2+
# You should have received the IMASPy LICENSE file with this project.
33

44
""" Exception specific for access layers"""
55

imaspy/backends/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is part of IMASPy.
2-
# You should have received IMASPy LICENSE file with this project.
2+
# You should have received the IMASPy LICENSE file with this project.

imaspy/backends/ual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of IMASPy.
2-
# You should have received IMASPy LICENSE file with this project.
2+
# You should have received the IMASPy LICENSE file with this project.
33
import importlib
44
import logging
55
import os

imaspy/command/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of IMASPy.
2-
# You should have received IMASPy LICENSE file with this project.
2+
# You should have received the IMASPy LICENSE file with this project.
33
""" Main CLI entry point """
44
from importlib.metadata import version, PackageNotFoundError
55

imaspy/command/subcommands/ids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of IMASPy.
2-
# You should have received IMASPy LICENSE file with this project.
2+
# You should have received the IMASPy LICENSE file with this project.
33
"""Command-line tools provided with IMASPy."""
44
import argparse
55
import logging

imaspy/context_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of IMASPy.
2-
# You should have received IMASPy LICENSE file with this project.
2+
# You should have received the IMASPy LICENSE file with this project.
33

44
import numpy as np
55

imaspy/dd_zip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of IMASPy.
2-
# You should have received IMASPy LICENSE file with this project.
2+
# You should have received the IMASPy LICENSE file with this project.
33
""" Extract DD versions from a zip file.
44
55
The zip file contains files as

0 commit comments

Comments
 (0)