Skip to content

Commit 7d39a74

Browse files
fix grammar
1 parent a02b573 commit 7d39a74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/diffpy/labpdfproc/tests/test_tools.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Use cases can be found here: https://github.com/diffpy/diffpy.labpdfproc/issues/48
1818

1919
# This test covers existing single input file, directory, a file list, and multiple files
20-
# We store absolute paths into input_directory and file names into input_file
20+
# We store absolute path into input_directory and file names into input_file
2121
params_input = [
2222
(["good_data.chi"], [".", "good_data.chi"]), # single good file, same directory
2323
(["input_dir/good_data.chi"], ["input_dir", "good_data.chi"]), # single good file, input directory
@@ -35,14 +35,14 @@
3535
["good_data.chi", "good_data.xy", "good_data.txt", "unreadable_file.txt", "binary.pkl"],
3636
],
3737
),
38-
( # list of files provided (we skip if encountering an invalid files)
38+
( # list of files provided (we skip if encountering invalid files)
3939
["good_data.chi", "good_data.xy", "unreadable_file.txt", "missing_file.txt"],
4040
[
4141
".",
4242
["good_data.chi", "good_data.xy", "unreadable_file.txt"],
4343
],
4444
),
45-
( # list of files provided (with invalid files and files in different directory)
45+
( # list of files provided (with invalid files and files in different directories)
4646
["input_dir/good_data.chi", "good_data.xy", "missing_file.txt"],
4747
[
4848
".",
@@ -53,7 +53,7 @@
5353
["file_list_dir/file_list.txt"],
5454
[".", ["good_data.chi", "good_data.xy", "good_data.txt"]],
5555
),
56-
( # file_list_example2.txt list of files provided with different paths
56+
( # file_list_example2.txt list of files provided in different directories
5757
["file_list_dir/file_list_example2.txt"],
5858
[".", ["input_dir/good_data.chi", "good_data.xy", "input_dir/good_data.txt"]],
5959
),

0 commit comments

Comments
 (0)