Skip to content

Commit f9e73b4

Browse files
committed
Fix indentation to get the example within the code-block
1 parent b2bd8f8 commit f9e73b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ert/plugins/hook_implementations/forward_model_steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def documentation() -> Optional[ForwardModelStepDocumentation]:
508508
examples="""
509509
.. code-block:: bash
510510
511-
FORWARD_MODEL SYMLINK(<TARGET>=path/to/target,<LINKNAME>=linkname)
511+
FORWARD_MODEL SYMLINK(<TARGET>=path/to/target,<LINKNAME>=linkname)
512512
""",
513513
)
514514

0 commit comments

Comments
 (0)