Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit dbcb78c

Browse files
committed
Explicitly set language_level=2 for a few modules
1 parent 4583b40 commit dbcb78c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/sage/arith/srange.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cython: language_level=2
12
"""
23
Ranges and the ``[1,2,..,n]`` notation
34

src/sage/rings/finite_rings/integer_mod.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cython: language_level=2
12
r"""
23
Elements of `\ZZ/n\ZZ`
34

0 commit comments

Comments
 (0)