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

Commit

Permalink
One more Returns
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed Sep 13, 2019
1 parent 8db48a2 commit 79f2458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/padics/padic_extension_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def random_element(self):
@cached_method(key=(lambda self, base, basis, map: (base or self.base_ring(), map)))
def free_module(self, base=None, basis=None, map=True):
"""
Returns a free module V over a specified base ring together with maps to and from V.
Return a free module V over a specified base ring together with maps to and from V.
INPUT:
Expand Down

0 comments on commit 79f2458

Please sign in to comment.