Skip to content

Commit 572654d

Browse files
Update src/pyscipopt/expr.pxi
Co-authored-by: Copilot <[email protected]>
1 parent 042bfb3 commit 572654d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pyscipopt/expr.pxi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,8 @@ cdef class GenExpr:
559559

560560
def __rpow__(self, other):
561561
"""
562-
Implements base**x as scip.exp(x * scip.log(base)).
563-
Note: base must be positive.
562+
Implements base**x as scip.exp(x * scip.log(base)).
563+
Note: base must be positive.
564564
"""
565565
if _is_number(other):
566566
base = float(other)

0 commit comments

Comments
 (0)