mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 03:33:35 +00:00
typo
This commit is contained in:
parent
2908ab4069
commit
e547000bcf
|
@ -314,7 +314,7 @@ class AstRef(Z3PPObject):
|
|||
raise Z3Exception("Symbolic expressions cannot be cast to concrete Boolean values.")
|
||||
|
||||
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 + 1)*x).sexpr()
|
||||
|
|
Loading…
Reference in a new issue