Skip to content

Commit 2ef6d4f

Browse files
committed
FIX: Correct typos caught by codespell
1 parent b8b2f50 commit 2ef6d4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pydra/engine/tests/test_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4843,7 +4843,7 @@ def printer(a):
48434843
@pytest.mark.timeout(40)
48444844
def test_inner_outer_wf_duplicate(tmpdir):
48454845
"""checking if the execution gets stuck if there is an inner and outer workflows
4846-
thar run two nodes with the exact same inputs.
4846+
that run two nodes with the exact same inputs.
48474847
"""
48484848
task_list = ["First", "Second"]
48494849
start_list = [3]

pydra/utils/profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
class ResourceMonitor(threading.Thread):
12-
"""A thread to monitor a specific PID with a certain frequence to a file."""
12+
"""A thread to monitor a specific PID with a certain frequency to a file."""
1313

1414
def __init__(self, pid, interval=5, logdir=None, fname=None):
1515
"""

0 commit comments

Comments
 (0)