Skip to content

Commit 46ae4f8

Browse files
author
Matthias Koeppe
committed
src/sage/groups/matrix_gps/matrix_group.py: Fix # needs
1 parent 087d1ec commit 46ae4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/groups/matrix_gps/matrix_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Loading, saving, ... works::
77
8-
sage: # needs sage.libs
8+
sage: # needs sage.libs.gap
99
sage: G = GL(2,5); G
1010
General Linear Group of degree 2 over Finite Field of size 5
1111
sage: TestSuite(G).run()

0 commit comments

Comments
 (0)