Skip to content

Commit 0e99b1d

Browse files
authored
Merge pull request #1415 from oxinabox/patch-1
fix typo in docstring
2 parents a2b9d00 + 93260d6 commit 0e99b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cobra/core/model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def compartments(self) -> Dict:
229229
-------
230230
dict
231231
A dictionary of metabolite compartments, where the keys are the short
232-
version (one letter version) of the compartmetns, and the values are the
232+
version (one letter version) of the compartments, and the values are the
233233
full names (if they exist).
234234
"""
235235
return {

0 commit comments

Comments
 (0)