diff --git a/src/api/python/z3/z3.py b/src/api/python/z3/z3.py index 712b9aaceec..e888d389bf2 100644 --- a/src/api/python/z3/z3.py +++ b/src/api/python/z3/z3.py @@ -1301,7 +1301,7 @@ def Const(name, sort): return _to_expr_ref(Z3_mk_const(ctx.ref(), to_symbol(name, ctx), sort.ast), ctx) def Consts(names, sort): - """Create a several constants of the given sort. + """Create several constants of the given sort. `names` is a string containing the names of all constants to be created. Blank spaces separate the names of different constants.