Skip to content

Commit 2717cb0

Browse files
committed
Fix lint
1 parent 09653d3 commit 2717cb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/modules/free_module_integer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,7 @@ def hadamard_ratio(self, use_reduced_basis=True):
910910
The closer this ratio is to 1, the more orthogonal the basis is.
911911
912912
INPUT:
913+
913914
- ``use_reduced_basis`` -- boolean (default: ``True``); uses reduced basis for computing the ratio
914915
915916
OUTPUT: the ratio described above.
@@ -950,6 +951,7 @@ def gaussian_heuristic(self, exact_form=False):
950951
in the lattice. The heuristic is independent of the chosen basis.
951952
952953
INPUT:
954+
953955
- ``exact_form`` -- boolean (default: ``False``); uses exact formulation
954956
based on gamma function, instead of using stirling's approximation
955957

0 commit comments

Comments
 (0)