Skip to content

Commit

Permalink
Merge pull request #2892 from brandonbiggs/develop
Browse files Browse the repository at this point in the history
[doc] Fixed a typo in documentation - `JobLaucher` to `JobLauncher`
  • Loading branch information
vkarak committed May 29, 2023
2 parents 38a6d09 + 5138798 commit 61ae568
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 61ae568

Please sign in to comment.