Skip to content

Commit 3bad769

Browse files
committed
Fix docstrings again
1 parent fbee5b7 commit 3bad769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/matrix/matrix_integer_dense.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2743,8 +2743,8 @@ cdef class Matrix_integer_dense(Matrix_dense):
27432743
def BKZ(self, delta=None, algorithm="fpLLL", fp=None, block_size=10, prune=0,
27442744
use_givens=False, precision=0, proof=None, **kwds):
27452745
"""
2746-
Run Block Korkin-Zolotarev reduction on ``self`` interpreted
2747-
as a lattice, and return the result.
2746+
Return the result of running Block Korkin-Zolotarev reduction on
2747+
``self`` interpreted as a lattice.
27482748
27492749
INPUT:
27502750

0 commit comments

Comments
 (0)