Skip to content

Commit 1750cb6

Browse files
authored
Merge branch 'master' into bugfix/docs-valid_systems
2 parents cc6c254 + 7046154 commit 1750cb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorial_advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ If you use a Python-based configuration file, you can define your custom launche
647647
.. code:: python
648648
649649
from reframe.core.backends import register_launcher
650-
from reframe.core.launchers import JobLaucher
650+
from reframe.core.launchers import JobLauncher
651651
652652
653653
@register_launcher('slrun')

reframe/utility/sanity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ def extractall_s(patt, string, tag=0, conv=None):
790790
``patt`` in ``string``.
791791
792792
:arg patt: as in :func:`extractall`.
793-
' :arg string: The string to examine.
793+
:arg string: The string to examine.
794794
:arg tag: as in :func:`extractall`.
795795
:arg conv: as in :func:`extractall`.
796796
:returns: same as :func:`extractall`.

0 commit comments

Comments
 (0)