Skip to content

Commit c79c24d

Browse files
committed
trac 33973: reviewer comments
1 parent 2522897 commit c79c24d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/sage/groups/abelian_gps/dual_abelian_group_element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def word_problem(self, words, display=True):
200200
[[b^2*c^2*d^3*e^5, 245]]
201201
202202
The command e.word_problem([u,v,w,x,y],display=True) returns
203-
the same list but also prints `e = (b^2*c^2*d^3*e^5)^245`.
203+
the same list but also prints ``e = (b^2*c^2*d^3*e^5)^245``.
204204
"""
205205
## First convert the problem to one using AbelianGroups
206206
import copy

src/sage/media/wav.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class Wave(SageObject):
7070
7171
Indexing:
7272
73-
Getting the `n^{th}` item in a Wave object will give you the value
74-
of the `n^{th}` frame.
73+
Getting the `n`-th item in a Wave object will give you the value
74+
of the `n`-th frame.
7575
"""
7676
def __init__(self, data=None, **kwds):
7777
if data is not None:

0 commit comments

Comments
 (0)