Skip to content

Commit

Permalink
Update docstring example based on doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Feb 15, 2022
1 parent e821286 commit 66f023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/special/_add_newdocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5617,7 +5617,7 @@ def add_newdoc(name, doc):
>>> sc.hyp2f1(0.5, 1, 1.5, -z**2)
0.9272952180016117
>>> np.arctan(z) / z
0.9272952180016123
0.9272952180016122
""")

Expand Down

0 comments on commit 66f023f

Please sign in to comment.