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

Commit

Permalink
src/sage/structure/sage_object.pyx: Mark R interface test # optional …
Browse files Browse the repository at this point in the history
…- rpy2
  • Loading branch information
mkoeppe committed Feb 18, 2021
1 parent 8732076 commit dbdf084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/structure/sage_object.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -915,8 +915,8 @@ cdef class SageObject:
EXAMPLES::
sage: a = 2/3
sage: a._r_init_()
sage: a = 2/3 # optional - rpy2
sage: a._r_init_() # optional - rpy2
'2/3'
"""
import sage.interfaces.r
Expand Down

0 comments on commit dbdf084

Please sign in to comment.