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

Corrected typo: interger -> integer

This commit is contained in:
Ivo Wever 2015-03-28 23:08:46 +01:00
parent ac21ffebdf
commit d4ba3a8864

View file

@ -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