summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--docs/library/ure.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/library/ure.rst b/docs/library/ure.rst
index ebae1db5f1..9a5a87fb65 100644
--- a/docs/library/ure.rst
+++ b/docs/library/ure.rst
@@ -47,7 +47,7 @@ etc. are not supported.
Functions
---------
-.. function:: compile(regex_str)
+.. function:: compile(regex_str, [flags])
Compile regular expression, return `regex <regex>` object.
@@ -65,6 +65,7 @@ Functions
.. data:: DEBUG
Flag value, display debug information about compiled expression.
+ (Availability depends on `MicroPython port`.)
.. _regex: