Skip to content

Commit 32a0c08

Browse files
author
Xavier Caruso
committed
oops
1 parent fac8c54 commit 32a0c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/functions/hypergeometric_algebraic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ def dwork_relation(self):
14021402
criticals.sort()
14031403
criticals.append(p)
14041404
Ps = {}
1405-
for i in range(len(pas))
1405+
for i in range(len(pas)):
14061406
ci = criticals[i]
14071407
cj = criticals[i+1]
14081408
if cj == ci:

0 commit comments

Comments
 (0)