mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
Fix spelling errors
This commit is contained in:
parent
d5ee7e24bc
commit
6eaab00e83
15 changed files with 18 additions and 18 deletions
|
@ -15,5 +15,5 @@ def_module_params('pp',
|
|||
('flat_assoc', BOOL, True, 'flat associative operators (when pretty printing SMT2 terms/formulas)'),
|
||||
('fixed_indent', BOOL, False, 'use a fixed indentation for applications'),
|
||||
('single_line', BOOL, False, 'ignore line breaks when true'),
|
||||
('bounded', BOOL, False, 'ignore characters exceeding max widht'),
|
||||
('bounded', BOOL, False, 'ignore characters exceeding max width'),
|
||||
('simplify_implies', BOOL, True, 'simplify nested implications for pretty printing')))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue