Skip to content

Commit df8a438

Browse files
committed
Extra types links in documentation
1 parent 31c6a01 commit df8a438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/exceptions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class ExecHelperTimeoutProcessError(ExecCalledProcessError):
5656
Exception for error on process calls.
5757

5858
:param result: execution result
59-
:type result: exec_result.ExecResult
59+
:type result: ExecResult
6060
:param timeout: timeout for command
6161
:type timeout: typing.Union[int, float]
6262

@@ -73,7 +73,7 @@ class ExecHelperTimeoutProcessError(ExecCalledProcessError):
7373
Exception for error on process calls.
7474

7575
:param result: execution result
76-
:type result: exec_result.ExecResult
76+
:type result: ExecResult
7777
:param timeout: timeout for command
7878
:type timeout: typing.Union[int, float]
7979

0 commit comments

Comments
 (0)