Skip to content

Commit

Permalink
src/sage/arith: Update file-level doctest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 10, 2023
1 parent 5d1970c commit 3731aad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/sage/arith/long.pxd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sage.doctest: optional - sage.misc.cython
# sage.doctest: needs sage.misc.cython
r"""
Fast conversion of Python objects to C long
"""
Expand Down
2 changes: 1 addition & 1 deletion src/sage/arith/numerical_approx.pxd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sage.doctest: optional - sage.rings.real_mpfr
# sage.doctest: needs sage.rings.real_mpfr

cpdef inline long digits_to_bits(d) except -1:
"""
Expand Down
2 changes: 1 addition & 1 deletion src/sage/arith/numerical_approx.pyx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sage.doctest: optional - sage.rings.real_mpfr
# sage.doctest: needs sage.rings.real_mpfr
r"""
Generic numerical approximation function
"""
Expand Down

0 comments on commit 3731aad

Please sign in to comment.