Skip to content

Commit ccf1a25

Browse files
author
Release Manager
committed
Trac #34477: one-letter typo in docstring of Sets.ParentMethods.algebra()
In the docstring of `sage.categories.sets_cat.Sets.ParentMethods.algebra()`, `self` is "a parent `S`". However, this parent is erroneously called `G` at one point. URL: https://trac.sagemath.org/34477 Reported by: gh-DaveWitteMorris Ticket author(s): Dave Morris Reviewer(s): Kwankyu Lee
2 parents b47402b + 3b50063 commit ccf1a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/categories/sets_cat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ def algebra(self, base_ring, category=None, **kwds):
16161616
of `S`, or ``None``
16171617
16181618
This returns the space of formal linear combinations of
1619-
elements of `G` with coefficients in `R`, endowed with
1619+
elements of `S` with coefficients in `K`, endowed with
16201620
whatever structure can be induced from that of `S`.
16211621
See the documentation of
16221622
:mod:`sage.categories.algebra_functor` for details.

0 commit comments

Comments
 (0)