Skip to content

Commit

Permalink
Make docstring a raw string if it containts LaTeX, fixes #256.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Sep 8, 2024
1 parent b44f561 commit 50555f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyipopt/scipy_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def minimize_ipopt(fun,
tol=None,
callback=None,
options=None):
"""
r"""
Minimization using Ipopt with an interface like
:py:func:`scipy.optimize.minimize`.
Expand Down

0 comments on commit 50555f2

Please sign in to comment.