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

Commit

Permalink
fix VectorSpace.complement docs
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Feb 7, 2014
1 parent 8be52e6 commit e2aba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/modules/free_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -3628,7 +3628,7 @@ def complement(self):
All these complements are only done with respect to the inner
product in the usual basis. Over finite fields, this means
we can get complements which are only isomorphic to a vector
space decomposition complement.
space decomposition complement.::
sage: F2 = GF(2,x)
sage: V = F2^6
Expand Down

0 comments on commit e2aba4d

Please sign in to comment.