Skip to content

Commit

Permalink
Merge pull request #1 from TrilceAC/TrilceAC-patch-1
Browse files Browse the repository at this point in the history
Fixed typo in a docstring.
  • Loading branch information
Carlos García Montoro committed Aug 25, 2022
2 parents 829cc6c + ffc2e2d commit dc6ed4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sympy/logic/boolalg.py
Expand Up @@ -1681,7 +1681,7 @@ def to_cnf(expr, simplify=False, force=False):
form: ``((A | ~B | ...) & (B | C | ...) & ...)``.
If ``simplify`` is ``True``, ``expr`` is evaluated to its simplest CNF
form using the Quine-McCluskey algorithm; this may take a long
time. If there are more than 8 variables the `force`` flag must be set
time. If there are more than 8 variables the ``force`` flag must be set
to ``True`` to simplify (default is ``False``).
Examples
Expand Down

0 comments on commit dc6ed4c

Please sign in to comment.