Skip to content

Commit

Permalink
Correct group name in get_solvers
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-10 committed May 25, 2021
1 parent 49d4396 commit cd15e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ or filter by characteristics or group name (or names).
.. doctest:: python

>>> nbkode.get_solvers(implicit=False, fixed_step=True) #doctest: +SKIP
>>> nbkode.get_solvers('euler', 'adam-bashforth') #doctest: +SKIP
>>> nbkode.get_solvers('euler', 'adams-bashforth') #doctest: +SKIP


Quick Installation
Expand Down

0 comments on commit cd15e92

Please sign in to comment.