We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb351c1 commit b60353dCopy full SHA for b60353d
tests/test_1st_system.py
@@ -30,7 +30,7 @@ def test_docum(self) -> None:
30
docum._var_doc(max_width=78, export=export)
31
docum._service_doc(max_width=78, export=export)
32
docum._param_doc(max_width=78, export=export)
33
- docum.config.doc(max_width=78, export=export)
+ docum.parent.config.doc(max_width=78, export=export)
34
35
36
class TestParamCorrection(unittest.TestCase):
0 commit comments