[Python] Fix documentation of Reaction.listFromCti

This commit is contained in:
Ray Speth 2019-02-20 22:30:04 -05:00
parent 77b467929c
commit 50997a1651

View file

@ -108,8 +108,8 @@ cdef class Reaction:
@staticmethod
def listFromCti(text):
"""
Create a list of Species objects from all the species defined in a CTI
string.
Create a list of `Reaction` objects from all the reactions defined in a
CTI string.
"""
# Currently identical to listFromXml since get_XML_from_string is able
# to distinguish between CTI and XML.