Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fixed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
k3w1k0d3r committed May 25, 2022
1 parent 16c5f45 commit abc6d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/groups/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ def discrete_log(a, base, ord=None, bounds=None, operation='*', identity=None, i
- ``op()`` - function of 2 arguments ``x``, ``y`` returning ``x*y`` in group
- ``use_rho`` - use Pollard's rho instead of BSGS (this option may be
overwritten if the base order is small)
``a`` and ``base`` must be elements of some group with identity
given by identity, inverse of ``x`` by ``inverse(x)``, and group
operation on ``x``, ``y`` by ``op(x,y)``.
Expand Down

0 comments on commit abc6d2d

Please sign in to comment.