Skip to content

Commit 6073bea

Browse files
committed
fix(docs): correct retry_extended module path in waiter docs
why: Sphinx autodoc failed with ModuleNotFoundError what: - Change libtmux.test.retry_extended to libtmux._internal.retry_extended
1 parent 652cf3a commit 6073bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internals/waiter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ All examples in this documentation are actual test files from the libtmux test s
127127
## Extended Retry Functionality
128128

129129
```{eval-rst}
130-
.. automodule:: libtmux.test.retry_extended
130+
.. automodule:: libtmux._internal.retry_extended
131131
:members:
132132
:undoc-members:
133133
:show-inheritance:

0 commit comments

Comments
 (0)