[Python] Fix documentation of Reaction.listFromCti
This commit is contained in:
parent
77b467929c
commit
50997a1651
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue