Skip to content

Commit 9f57b85

Browse files
committed
Merge remote-tracking branch 'origin2/adnanbhat7/fixes-GF_imple' - resolved conflicts keeping implementation priority
2 parents f263ac2 + 8b654d0 commit 9f57b85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/rings/finite_rings/finite_field_constructor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,8 @@ def create_key_and_extra_args(self, order, name=None, modulus=None, names=None,
574574
575575
We explicitly take ``structure`` and ``prec`` attributes
576576
for compatibility with :class:`~sage.categories.pushout.AlgebraicExtensionFunctor`
577-
but we ignore them as they are not used, see :issue:`21433`::
577+
but we ignore them as they are not used, see :issue:`21433`.
578+
The ``implementation`` parameter is accepted as an alias for ``impl``::
578579
579580
sage: GF.create_key_and_extra_args(9, 'a', structure=None) # needs sage.libs.linbox
580581
((9, ('a',), x^2 + 2*x + 2, 'givaro', 3, 2, True, None, 'poly', True, True, True), {})

0 commit comments

Comments
 (0)