Skip to content

Commit ebdec62

Browse files
committed
rm trailing whitespaces
1 parent 055430e commit ebdec62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qstat/_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def qstat(qstat_path="qstat", xml_option="-xml"):
1212
Returns
1313
-------
1414
queue_info : list
15-
A list of jobs in 'queue_info'. Jobs are dictionaries with both string
15+
A list of jobs in 'queue_info'. Jobs are dictionaries with both string
1616
keys and string names.
1717
job_info : list
1818
A list of jobs in 'job_info'.
@@ -57,7 +57,7 @@ def xml2queue_and_job_info(qstatxml):
5757
Returns
5858
-------
5959
queue_info : list
60-
A list of jobs in 'queue_info'. Jobs are dictionaries with both string
60+
A list of jobs in 'queue_info'. Jobs are dictionaries with both string
6161
keys and string names.
6262
job_info : list
6363
A list of jobs in 'job_info'.

0 commit comments

Comments
 (0)