Skip to content

Commit faa3c07

Browse files
committed
small updates to keep things clean
1 parent 6ae22ee commit faa3c07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ An introduction to NeXus and its design principles.
5555

5656
### Reference
5757

58-
`pynxtools` has a number of command line tools that can be used to, among others, convert data and verify NeXus file. You can more information about the
58+
`pynxtools` has a number of command line tools that can be used to convert data and verify NeXus files. You can more information about the
5959
API [here](reference/cli-api.md).
6060

6161
Within FAIRmat, we maintain a number of reader plugins for different experimental techniques. You can find more information [here](reference/plugins.md).

src/pynxtools/dataconverter/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,6 @@ def write_to_file(text):
471471

472472
@main_cli.command("get-readers")
473473
def get_reader_cli():
474-
"Prints a list of all installed readers."
474+
"""Prints a list of all installed readers."""
475475
readers = get_names_of_all_readers()
476476
logger.info(f"The following readers are currently installed: {readers}.")

0 commit comments

Comments
 (0)