Skip to content

Commit

Permalink
ecl_eval: Make docstring raw
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 12, 2020
1 parent 99b894a commit 59dd62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/libs/ecl.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ cdef EclObject ecl_wrap(cl_object o):

#convenience routine to more easily evaluate strings
cpdef EclObject ecl_eval(str s):
"""
r"""
Read and evaluate string in Lisp and return the result
EXAMPLES::
Expand Down

0 comments on commit 59dd62b

Please sign in to comment.