Skip to content

Commit

Permalink
Docstring edits: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gmou3 committed Jul 30, 2024
1 parent f278392 commit 588fddb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/rings/finite_rings/integer_mod.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -652,14 +652,13 @@ cdef class IntegerMod_abstract(FiniteRingElement):
``R.multiplicative_generator()`` is used, where
``R`` is the parent of ``self``.
- ``order`` -- integer (unused), the order of ``b``.
- ``order`` -- integer (unused), the order of ``b``.
This argument is normally unused, only there for
coherence of apis with finite field elements.
- ``check`` -- boolean (default: ``False``); if set,
test whether the given ``order`` is correct
OUTPUT:
Integer `x` such that `b^x = a`, if this exists; a :exc:`ValueError`
Expand Down

0 comments on commit 588fddb

Please sign in to comment.