Skip to content

Commit

Permalink
Fix docstring by making it a raw string
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-king-jena committed Sep 19, 2015
1 parent 26f359e commit 32b2cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix_gf2e_dense.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ cdef class Matrix_gf2e_dense(matrix_dense.Matrix_dense):
mzd_slice_free(v)

def unpickle_matrix_gf2e_dense_v0(Matrix_mod2_dense a, base_ring, nrows, ncols):
"""
r"""
EXAMPLE::
sage: K.<a> = GF(2^2)
Expand Down

0 comments on commit 32b2cb1

Please sign in to comment.