Skip to content

Commit

Permalink
another grammatical fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 19, 2024
1 parent 77e1e40 commit 317392c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pydra/engine/specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,8 @@ def get_value(
"that don't return stable hash values for specific object "
"types across multiple processes (see bytes_repr() "
'"singledispatch "function in pydra/utils/hash.py).'
"You may need to write a specific `bytes_repr()` "
"implementation (see `pydra.utils.hash.register_serializer`) or a "
"You may need to write specific `bytes_repr()` "
"implementations (see `pydra.utils.hash.register_serializer`) or a "
"`__bytes_repr__()` dunder methods to handle one or more types in "
"your interface inputs."
)
Expand Down
4 changes: 2 additions & 2 deletions pydra/engine/submitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ async def expand_workflow(self, wf, rerun=False):
"that don't return stable hash values for specific object "
"types across multiple processes (see bytes_repr() "
'"singledispatch "function in pydra/utils/hash.py).'
"You may need to write a specific `bytes_repr()` "
"implementation (see `pydra.utils.hash.register_serializer`) "
"You may need to write specific `bytes_repr()` "
"implementations (see `pydra.utils.hash.register_serializer`) "
"or `__bytes_repr__()` dunder methods to handle one "
"or more types in your interface inputs."
)
Expand Down

0 comments on commit 317392c

Please sign in to comment.