Skip to content

Commit acedc03

Browse files
Use consistently 'file name' in 'x2sys_cross.py'
1 parent d6b8d52 commit acedc03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/src/x2sys_cross.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def x2sys_cross(tracks=None, outfile=None, **kwargs):
9494
or file names. Supported file formats are ASCII, native binary, or
9595
COARDS netCDF 1-D data. More columns may also be present.
9696
97-
If the filenames are missing their file extension, we will append the
97+
If the file names are missing their file extension, we will append the
9898
suffix specified for this TAG. Track files will be searched for first
9999
in the current directory and second in all directories listed in
100100
$X2SYS_HOME/TAG/TAG_paths.txt (if it exists). [If $X2SYS_HOME is not
@@ -118,7 +118,7 @@ def x2sys_cross(tracks=None, outfile=None, **kwargs):
118118
119119
runtimes : bool or str
120120
Compute and append the processing run-time for each pair to the
121-
progress message (use ``runtimes=True``). Pass in a filename (e.g.
121+
progress message (use ``runtimes=True``). Pass in a file name (e.g.
122122
``runtimes="file.txt"``) to save these run-times to file. The idea here
123123
is to use the knowledge of run-times to split the main process in a
124124
number of sub-processes that can each be launched in a different

0 commit comments

Comments
 (0)