Skip to content

Commit 6541588

Browse files
committed
Docstring wording
1 parent c0d1924 commit 6541588

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
@@ -563,7 +563,8 @@ def create_key_and_extra_args(self, order, name=None, modulus=None, names=None,
563563
sage: GF.create_key_and_extra_args(9, 'a', structure=None) # needs sage.libs.linbox
564564
((9, ('a',), x^2 + 2*x + 2, 'givaro', 3, 2, True, None, 'poly', True, True, True), {})
565565
566-
We do not allow giving both ``implementation`` and ``impl``::
566+
We do not allow giving both ``implementation`` and ``impl``,
567+
but we do allow ``impl`` for backwards compatibility::
567568
568569
sage: GF.create_key_and_extra_args(9, 'a', implementation='givaro') # needs sage.libs.linbox
569570
((9, ('a',), x^2 + 2*x + 2, 'givaro', 3, 2, True, None, 'poly', True, True, True), {})

0 commit comments

Comments
 (0)