mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
fix python doc regression
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3985cfa33c
commit
88d51d3377
|
@ -1615,7 +1615,7 @@ def Implies(a, b, ctx=None):
|
|||
>>> Implies(p, q)
|
||||
Implies(p, q)
|
||||
>>> simplify(Implies(p, q))
|
||||
Or(Not(p), q)
|
||||
Or(q, Not(p))
|
||||
"""
|
||||
ctx = _get_ctx(_ctx_from_ast_arg_list([a, b], ctx))
|
||||
s = BoolSort(ctx)
|
||||
|
|
Loading…
Reference in a new issue