diff --git a/src/api/python/z3.py b/src/api/python/z3.py index e58e47640..ca45d8d90 100644 --- a/src/api/python/z3.py +++ b/src/api/python/z3.py @@ -2612,7 +2612,7 @@ def _py2expr(a, ctx=None): _z3_assert(False, "Python bool, int, long or float expected") def IntSort(ctx=None): - """Return the interger sort in the given context. If `ctx=None`, then the global context is used. + """Return the integer sort in the given context. If `ctx=None`, then the global context is used. >>> IntSort() Int