Skip to content

Commit ed22f4c

Browse files
committed
Fix docs
1 parent 05d95f2 commit ed22f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/modules/free_module_integer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ def hadamard_ratio(self, use_reduced_basis=True):
910910
911911
INPUT:
912912
- ``use_reduced_basis`` -- boolean (default: ``True``); uses reduced basis
913-
for computing the ratio
913+
for computing the ratio
914914
915915
OUTPUT: The normalized Hadamard ratio. This ratio lies in (0, 1]
916916
@@ -949,7 +949,7 @@ def gaussian_heuristic(self, exact_form=False):
949949
950950
INPUT:
951951
- ``exact_form`` -- boolean (default: ``False``); uses exact formulation
952-
based on gamma function, instead of estimation of the gamma function
952+
based on gamma function, instead of estimation of the gamma function
953953
954954
OUTPUT: The Gaussian heuristic described above.
955955

0 commit comments

Comments
 (0)