Squashed 'examples/com/' changes from af8d7af7..a0ea2708

a0ea2708 Fix typos

git-subtree-dir: examples/com
git-subtree-split: a0ea2708e5bace20877bdafb23bbe9f14b84c82d
This commit is contained in:
Darth Vader 2024-12-06 00:27:54 +00:00
parent e9b2c29221
commit fc1d6ef789

View File

@ -214,7 +214,7 @@ class ReactionModel(object):
class PhreeqcCalculator(object):
"""All PHREEQC calculations happen here.
This is the only place where we interact wit IPhreeqc.
This is the only place where we interact with IPhreeqc.
Each instance of this class might run in a different
process using `multiprocessing`.
"""