mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +00:00
Python: Fix doc comment typo.
This commit is contained in:
parent
60c504f4ef
commit
c4e0f8ce8f
1 changed files with 1 additions and 1 deletions
|
@ -1301,7 +1301,7 @@ def Const(name, sort):
|
||||||
return _to_expr_ref(Z3_mk_const(ctx.ref(), to_symbol(name, ctx), sort.ast), ctx)
|
return _to_expr_ref(Z3_mk_const(ctx.ref(), to_symbol(name, ctx), sort.ast), ctx)
|
||||||
|
|
||||||
def Consts(names, sort):
|
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.
|
`names` is a string containing the names of all constants to be created.
|
||||||
Blank spaces separate the names of different constants.
|
Blank spaces separate the names of different constants.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue