mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
fix python doc regressions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
32164b6c7f
commit
0a0b0a5cc0
|
@ -10066,7 +10066,7 @@ def Full(s):
|
|||
"""Create the regular expression that accepts the universal language
|
||||
>>> e = Full(ReSort(SeqSort(IntSort())))
|
||||
>>> print(e)
|
||||
Full(ReSort(Int))
|
||||
Full(ReSort(Seq(Int)))
|
||||
>>> e1 = Full(ReSort(StringSort()))
|
||||
>>> print(e1)
|
||||
Full(ReSort(String))
|
||||
|
|
Loading…
Reference in a new issue