Skip to content

Commit

Permalink
fix Python 3 doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Jul 13, 2017
1 parent 1713aab commit f4712f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpylll/fplll/integer_matrix.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ cdef class IntegerMatrix:
>>> fn = tempfile.mktemp()
>>> fh = open(fn, "w")
>>> fh.write(str(A))
>>> _ = fh.write(str(A))
>>> fh.close()
>>> B = IntegerMatrix.from_file(fn)
Expand Down

0 comments on commit f4712f3

Please sign in to comment.