Skip to content

Commit cdcfa07

Browse files
committed
fix typos
1 parent 114d404 commit cdcfa07

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

src/pynxtools/nexus/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
This utility outputs a debug log for a given NeXus file by annotating the data and metadata entries with the schema definitions from the respective NeXus base classes and application definitions to which the file refers to.
44

5-
Here you can find more information about the tool:
6-
- [Usage guide](https://fairmat-nfdi.github.io/pynxtools/learn/nexus-verification.html##read-nexus-nexus-file-reader-and-debugger)
7-
- [API documentation](https://fairmat-nfdi.github.io/pynxtools/reference/cli-api.html#read-nexus)
5+
Here you can find more information about the tool:
6+
7+
- [Usage guide](https://fairmat-nfdi.github.io/pynxtools/learn/pynxtools/nexus-validation.html#read_nexus-nexus-file-reader-and-debugger)
8+
- [API documentation](https://fairmat-nfdi.github.io/pynxtools/reference/cli-api.html#read-nexus)

src/pynxtools/nexus/nexus.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -865,8 +865,8 @@ def process_nexus_master_file(self, parser):
865865
required=False,
866866
default=None,
867867
help=(
868-
"Definition path in nexus output (.nxs) file. Returns debug"
869-
" log relevant with that definition path. Example: /entry/data/delays"
868+
"Definition path in nexus output (.nxs) file. Returns debug "
869+
"log relevant with that definition path. Example input: /entry/data/delays"
870870
),
871871
)
872872
@click.option(
@@ -875,9 +875,9 @@ def process_nexus_master_file(self, parser):
875875
required=False,
876876
default=None,
877877
help=(
878-
"Concept path from application definition file (.nxdl,xml). Finds out"
879-
" all the available concept definition (IS-A realation) for rendered"
880-
" concept path. Example: /NXarpes/ENTRY/INSTRUMENT/analyser"
878+
"Concept path from application definition file (.nxdl.xml). Finds out "
879+
"all the available concept definition (IS-A relation) for a given "
880+
"concept path. Example input: /NXarpes/ENTRY/INSTRUMENT/analyser"
881881
),
882882
)
883883
def main(nexus_file, documentation, concept):

0 commit comments

Comments
 (0)