Skip to content

Commit b860024

Browse files
committed
Fix docstrings again (again)
1 parent 3bad769 commit b860024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/matrix/matrix_rational_dense.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2966,7 +2966,7 @@ cdef class Matrix_rational_dense(Matrix_dense):
29662966
return A.LLL(*args, **kwargs) / d
29672967

29682968
def is_LLL_reduced(self, delta=None, eta=None):
2969-
"""
2969+
r"""
29702970
Return ``True`` if this lattice is `(\delta, \eta)`-LLL reduced.
29712971
For a definition of LLL reduction, see
29722972
:meth:`sage.matrix.matrix_integer_dense.Matrix_integer_dense.LLL`.

0 commit comments

Comments
 (0)