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

Commit 79f2458

Browse files
committed
One more Returns
1 parent 8db48a2 commit 79f2458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/padics/padic_extension_generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def random_element(self):
567567
@cached_method(key=(lambda self, base, basis, map: (base or self.base_ring(), map)))
568568
def free_module(self, base=None, basis=None, map=True):
569569
"""
570-
Returns a free module V over a specified base ring together with maps to and from V.
570+
Return a free module V over a specified base ring together with maps to and from V.
571571
572572
INPUT:
573573

0 commit comments

Comments
 (0)