Skip to content

Commit

Permalink
docstring fix in src/sage/rings/ring_extension.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Aug 4, 2024
1 parent b7e7d0a commit 7c40386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/ring_extension.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,7 @@ cdef class RingExtension_generic(CommutativeRing):
TESTS:
Ensure issue :issue:`34692` is fixed::
Ensure issue :issue:`34692` is fixed::
sage: Fq = GF(11)
sage: FqX.<X> = Fq[]
Expand Down

0 comments on commit 7c40386

Please sign in to comment.