Skip to content

Commit 6da95c0

Browse files
author
Release Manager
committed
Trac #34134: typo "infintiy" in docstring of r interface
Lines 347-348 of `src/sage/interfaces/r.py` are {{{ The conversion can handle "not a number", infintiy, imaginary values and missing values: }}} This ticket will correct the typo "infintiy" to "infinity". (Discovered while investigating #31300.) URL: https://trac.sagemath.org/34134 Reported by: gh-DaveWitteMorris Ticket author(s): Amritanshu Prasad Reviewer(s): Dave Morris
2 parents 7b69f45 + 4fc0dd3 commit 6da95c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=4dc25b05edc28e9b3436019a0245925c0b3cd2b4
3-
md5=512d3f6fe25eb62a4055c4115f4afdd8
4-
cksum=3390252657
2+
sha1=41f4f552c7a5a508c229d1d2741215a1790a1520
3+
md5=dad74f799c46137f5d13da804da284b5
4+
cksum=605908675
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8ef36794c478a588479e16472c4964d034c294ad
1+
b7acb5c14a6a13a8dd8fc8382a7f5adc0119910a

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)