Skip to content

Commit ecfe7eb

Browse files
committed
Fix a typo
1 parent 98190f5 commit ecfe7eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/groups/generic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ def _ord_from_op(x, op, param_name='ord'):
251251
252252
- ``x`` -- an element of a group
253253
- ``op`` -- output of :func:`_parse_group_def`
254-
- ``param_name`` -- the named used in the error message
254+
- ``param_name`` -- the parameter name used in the error message
255+
raised when the order cannot be determined, see tests below
255256
256257
OUTPUT: An integer representing the order of ``x`` in the group.
257258

0 commit comments

Comments
 (0)