Skip to content

Commit 789b01f

Browse files
authored
Merge pull request #4962 from yoonghm/patch-1
Rename CPSolver to CpSolver
2 parents 8d9216e + cc8ee31 commit 789b01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ortools/sat/python/cp_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
* [`CpModel`](#cp_model.CpModel): Methods for creating
2020
models, including variables and constraints.
21-
* [`CPSolver`](#cp_model.CpSolver): Methods for solving
21+
* [`CpSolver`](#cp_model.CpSolver): Methods for solving
2222
a model and evaluating solutions.
2323
2424
The following methods implement callbacks that the

0 commit comments

Comments
 (0)