Skip to content

Commit c3dcb9b

Browse files
committed
style tweak
1 parent 9ad5848 commit c3dcb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def remainders(self, x):
193193
"""
194194
X = [x]
195195
for V in reversed(self.layers):
196-
X = [X[i//2] % V[i] for i in range(len(V))]
196+
X = [X[i // 2] % V[i] for i in range(len(V))]
197197
return X
198198

199199

0 commit comments

Comments
 (0)