Skip to content

Commit ef1315f

Browse files
Newtech66vincentmacri
authored andcommitted
More changes
1 parent 2f7cd9b commit ef1315f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/homology/homology_vector_space_with_basis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ def is_GF2(R):
14441444
sage: from sage.homology.homology_vector_space_with_basis import is_GF2
14451445
sage: is_GF2(GF(2))
14461446
True
1447-
sage: is_GF2(GF(2, impl='ntl'))
1447+
sage: is_GF2(GF(2, implementation='ntl'))
14481448
True
14491449
sage: is_GF2(GF(3))
14501450
False

0 commit comments

Comments
 (0)