Skip to content

Commit d684ffa

Browse files
authored
Merge pull request #2921 from vkarak/jackm/docs-2909_master
[doc] Fix broken formatting in `extractall_s()` docs
2 parents e5896c0 + ea28c46 commit d684ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)