Skip to content

Commit 4fc0dd3

Browse files
fixed typo on line 346
1 parent cd1e2b1 commit 4fc0dd3

File tree

1 file changed

+1
-1
lines changed
  • src/sage/interfaces

1 file changed

+1
-1
lines changed

src/sage/interfaces/r.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def _setup_r_to_sage_converter():
343343
sage: r.options(width="60").sage() # optional - rpy2
344344
{'DATA': {'width': 60}, '_Names': 'width'}
345345
346-
The conversion can handle "not a number", infintiy, imaginary values and
346+
The conversion can handle "not a number", infinity, imaginary values and
347347
missing values::
348348
349349
sage: r(-17).sqrt().sage() # optional - rpy2

0 commit comments

Comments
 (0)