Skip to content

Commit

Permalink
fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored Nov 28, 2024
1 parent a2b9d00 commit 93260d6
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 93260d6

Please sign in to comment.