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

Commit dbdf084

Browse files
author
Matthias Koeppe
committed
src/sage/structure/sage_object.pyx: Mark R interface test # optional - rpy2
1 parent 8732076 commit dbdf084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/structure/sage_object.pyx

+2-2
Original file line numberDiff line numberDiff line change
@@ -915,8 +915,8 @@ cdef class SageObject:
915915
916916
EXAMPLES::
917917
918-
sage: a = 2/3
919-
sage: a._r_init_()
918+
sage: a = 2/3 # optional - rpy2
919+
sage: a._r_init_() # optional - rpy2
920920
'2/3'
921921
"""
922922
import sage.interfaces.r

0 commit comments

Comments
 (0)