We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1e2b1 commit 4fc0dd3Copy full SHA for 4fc0dd3
src/sage/interfaces/r.py
@@ -343,7 +343,7 @@ def _setup_r_to_sage_converter():
343
sage: r.options(width="60").sage() # optional - rpy2
344
{'DATA': {'width': 60}, '_Names': 'width'}
345
346
- The conversion can handle "not a number", infintiy, imaginary values and
+ The conversion can handle "not a number", infinity, imaginary values and
347
missing values::
348
349
sage: r(-17).sqrt().sage() # optional - rpy2
0 commit comments