Skip to content

Commit

Permalink
Changing missed parent_class -> submodule_class.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed Jun 4, 2024
1 parent 361a36b commit 34418b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/modules/with_basis/representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ def subrepresentation(self, gens, check=True, already_echelonized=False,
gens = [self.from_vector(v) for v in SM.rows()]
# it might not be echelonized w.r.t. the module's basis ordering
already_echelonized = False
return self.submodule(gens, *args, parent_class=Subrepresentation, check=check,
return self.submodule(gens, *args, submodule_class=Subrepresentation, check=check,
already_echelonized=already_echelonized, **opts)

def quotient_representation(self, subrepr, already_echelonized=False, **kwds):
Expand Down

0 comments on commit 34418b5

Please sign in to comment.