Skip to content

Commit 0e844f4

Browse files
author
Matthias Koeppe
committed
src/sage/arith: Update file-level doctest tag
1 parent a3d6301 commit 0e844f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/sage/arith/long.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.misc.cython
1+
# sage.doctest: needs sage.misc.cython
22
r"""
33
Fast conversion of Python objects to C long
44
"""

src/sage/arith/numerical_approx.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.rings.real_mpfr
1+
# sage.doctest: needs sage.rings.real_mpfr
22

33
cpdef inline long digits_to_bits(d) except -1:
44
"""

src/sage/arith/numerical_approx.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sage.doctest: optional - sage.rings.real_mpfr
1+
# sage.doctest: needs sage.rings.real_mpfr
22
r"""
33
Generic numerical approximation function
44
"""

0 commit comments

Comments
 (0)