summaryrefslogtreecommitdiff
path: root/modules/regex/doc_classes
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2017-11-19 16:25:51 +0700
committerGitHub <noreply@github.com>2017-11-19 16:25:51 +0700
commit0aa4765904b0aea28ccf485b2428b027a5960df4 (patch)
tree2d5f05ec2ad9b300b6f7245507bda8e53c2b5dbb /modules/regex/doc_classes
parentbaaafc5829959e065d2243092baa0369ad4a7841 (diff)
parentade4f3084cd09e4b76ea3a7801a782aa1c49a1e8 (diff)
Merge pull request #12989 from capnm/fix_class_makerst
Fix class docs, improve error handling of the rst generator.
Diffstat (limited to 'modules/regex/doc_classes')
-rw-r--r--modules/regex/doc_classes/RegExMatch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/regex/doc_classes/RegExMatch.xml b/modules/regex/doc_classes/RegExMatch.xml
index 354febf89a..8c6951fea2 100644
--- a/modules/regex/doc_classes/RegExMatch.xml
+++ b/modules/regex/doc_classes/RegExMatch.xml
@@ -4,7 +4,7 @@
Contains the results of a regex search.
</brief_description>
<description>
- Contains the results of a single regex match returned by [method RegEx.search] and [method.RegEx.search_all]. It can be used to find the position and range of the match and its capturing groups, and it can extract its sub-string for you.
+ Contains the results of a single regex match returned by [method RegEx.search] and [method RegEx.search_all]. It can be used to find the position and range of the match and its capturing groups, and it can extract its sub-string for you.
</description>
<tutorials>
</tutorials>