Skip to content

Commit b60353d

Browse files
committed
Fix documenter
1 parent eb351c1 commit b60353d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_1st_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_docum(self) -> None:
3030
docum._var_doc(max_width=78, export=export)
3131
docum._service_doc(max_width=78, export=export)
3232
docum._param_doc(max_width=78, export=export)
33-
docum.config.doc(max_width=78, export=export)
33+
docum.parent.config.doc(max_width=78, export=export)
3434

3535

3636
class TestParamCorrection(unittest.TestCase):

0 commit comments

Comments
 (0)