Skip to content

Commit 8ae79b0

Browse files
user202729tscrim
andauthored
Apply suggested change
Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent 6dab502 commit 8ae79b0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/sage/groups/generic.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -701,9 +701,10 @@ def discrete_log(a, base, ord=None, bounds=None, operation='*', identity=None, i
701701
702702
- ``a`` -- group element
703703
- ``base`` -- group element (the base)
704-
- ``ord`` -- integer (multiple of order of base, or ``None``). Can also be
705-
:mod:`oo <sage.rings.infinity>` to explicitly not use this, for example
706-
when factorizing the order is difficult.
704+
- ``ord`` -- integer (multiple of order of base, ``None``, or
705+
:mod:`oo <sage.rings.infinity>``); if this is
706+
:mod:`oo <sage.rings.infinity>`, then it explicitly does
707+
not use this, for example when factorizing the order is difficult
707708
- ``bounds`` -- a priori bounds on the log
708709
- ``operation`` -- string: ``'*'``, ``'+'``, other
709710
- ``identity`` -- the group's identity

0 commit comments

Comments
 (0)