mirror of
https://github.com/Z3Prover/z3
synced 2025-06-13 09:26:15 +00:00
typo
This commit is contained in:
parent
2908ab4069
commit
e547000bcf
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ class AstRef(Z3PPObject):
|
||||||
raise Z3Exception("Symbolic expressions cannot be cast to concrete Boolean values.")
|
raise Z3Exception("Symbolic expressions cannot be cast to concrete Boolean values.")
|
||||||
|
|
||||||
def sexpr(self):
|
def sexpr(self):
|
||||||
"""Return an string representing the AST node in s-expression notation.
|
"""Return a string representing the AST node in s-expression notation.
|
||||||
|
|
||||||
>>> x = Int('x')
|
>>> x = Int('x')
|
||||||
>>> ((x + 1)*x).sexpr()
|
>>> ((x + 1)*x).sexpr()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue