Skip to content

Commit 2547860

Browse files
committed
fix typo in changelog
1 parent 8dc439e commit 2547860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ History
2121
The return object will become a subprocess.CompletedProcess in a future
2222
release, which no longer allows array-based access. For a translation table
2323
of array elements to attributes please see the pull request linked above.
24-
* Add a `new parameter 'raise_timeout_exceptions' (#61). <https://github.com/DiamondLightSource/python-procrunner/pull/61>`_
24+
* Add a `new parameter 'raise_timeout_exception' (#61). <https://github.com/DiamondLightSource/python-procrunner/pull/61>`_
2525
When set to 'True' a subprocess.TimeoutExpired exception is raised when the
2626
process runtime exceeds the timeout threshold. This defaults to 'False' and
2727
will be set to 'True' in a future release.

0 commit comments

Comments
 (0)