Skip to content

Commit ad5a6f5

Browse files
committed
docs/ure: Add flags arg to ure.compile(), mention that ure.DEBUG is optional.
1 parent 1742ab2 commit ad5a6f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/library/ure.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ etc. are not supported.
4747
Functions
4848
---------
4949

50-
.. function:: compile(regex_str)
50+
.. function:: compile(regex_str, [flags])
5151

5252
Compile regular expression, return `regex <regex>` object.
5353

@@ -65,6 +65,7 @@ Functions
6565
.. data:: DEBUG
6666

6767
Flag value, display debug information about compiled expression.
68+
(Availability depends on `MicroPython port`.)
6869

6970

7071
.. _regex:

0 commit comments

Comments
 (0)