Skip to content

Commit 383a6ea

Browse files
committed
Fix docs
1 parent 715887e commit 383a6ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/sage/modules/free_module_integer.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ def hadamard_ratio(self, use_reduced_basis=True):
901901
"""
902902
Computes the normalized Hadamard ratio of the given basis.
903903
904-
The normalized Hadamard ratio of the basis `B = \{v_1, v_2, \dots, v_n\} is defined as
904+
The normalized Hadamard ratio of the basis `B = \{v_1, v_2, \dots, v_n\}` is defined as
905905
906906
.. MATH::
907907
@@ -913,7 +913,7 @@ def hadamard_ratio(self, use_reduced_basis=True):
913913
- ``use_reduced_basis`` -- boolean (default: ``True``); uses reduced basis
914914
for computing the ratio
915915
916-
OUTPUT: The normalized Hadamard ratio. This ratio lies in (0, 1]
916+
OUTPUT: the ratio described above. This ratio lies in (0, 1]
917917
918918
EXAMPLES::
919919
@@ -961,7 +961,8 @@ def gaussian_heuristic(self, exact_form=False):
961961
sage: float(L.gaussian_heuristic())
962962
15.418206247181422
963963
964-
For small `n`, the exact and approximate forms differ significantly:
964+
For small `n`, the exact and approximate forms differ significantly::
965+
965966
sage: float(L.gaussian_heuristic(exact_form=True))
966967
21.375859827168494
967968
"""

0 commit comments

Comments
 (0)