Skip to content

Commit

Permalink
Merge pull request #1415 from oxinabox/patch-1
Browse files Browse the repository at this point in the history
fix typo in docstring
  • Loading branch information
Midnighter authored Nov 28, 2024
2 parents a2b9d00 + 93260d6 commit 0e99b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cobra/core/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def compartments(self) -> Dict:
-------
dict
A dictionary of metabolite compartments, where the keys are the short
version (one letter version) of the compartmetns, and the values are the
version (one letter version) of the compartments, and the values are the
full names (if they exist).
"""
return {
Expand Down

0 comments on commit 0e99b1d

Please sign in to comment.