Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorial_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ If you use a Python-based configuration file, you can define your custom launche
.. code:: python

from reframe.core.backends import register_launcher
from reframe.core.launchers import JobLaucher
from reframe.core.launchers import JobLauncher


@register_launcher('slrun')
Expand Down