3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00

Merge pull request #1084 from dennis714/master

small typo
This commit is contained in:
Christoph M. Wintersteiger 2017-06-19 12:00:17 +01:00 committed by GitHub
commit b27a4a3593

View file

@ -318,7 +318,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()