Skip to content

Commit

Permalink
Merge pull request #510 from javier-romero/patch-1
Browse files Browse the repository at this point in the history
minor fix in control.py documentation
  • Loading branch information
rkaminsk authored Jul 5, 2024
2 parents df4f031 + a19f701 commit cb61fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpyclingo/clingo/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
>>> print(ctl.solve(on_model=print))
q
SAT
>>> ctl.ground([("b", [Number(1)]), ("p", [Number(2)])])
>>> ctl.ground([("b", [Number(1)]), ("b", [Number(2)])])
>>> print(ctl.solve(on_model=print))
q q(1) q(2)
SAT
Expand Down

0 comments on commit cb61fb2

Please sign in to comment.