Skip to content

Commit c6b5bfc

Browse files
committed
correct surface solver docstring to reflect surface, not simple solver
1 parent 5b3f9f6 commit c6b5bfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rmgpy/solver/surface.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
###############################################################################
2727

2828
"""
29-
Contains the :class:`SimpleReactor` class, providing a reaction system
30-
consisting of a homogeneous, isothermal, isobaric batch reactor.
29+
Contains the :class:`SurfaceReactor` class, providing a reaction system
30+
consisting of a heterogeneous, isothermal, constant volume batch reactor.
3131
"""
3232

3333
import itertools

0 commit comments

Comments
 (0)