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

Commit

Permalink
slightly rephrase docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyx4 committed Nov 10, 2021
1 parent f5bdb91 commit 9ba60e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/finite_rings/element_ntl_gf2e.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ cdef class FiniteField_ntl_gf2eElement(FinitePolyExtElement):
a^8 + a^7 + a^4 + a + 1
a^8 + a^7 + a^4 + a + 1
Big instances used to take very long before :trac:`32842`::
Big instances used to take a very long time before :trac:`32842`::
sage: g = GF(2^61).gen()
sage: g.log(g^7)
Expand Down

0 comments on commit 9ba60e7

Please sign in to comment.