Skip to content

Commit

Permalink
Merge pull request #124 from Andrew-S-Rosen/patch-1
Browse files Browse the repository at this point in the history
Fix a missing close parenthesis in docstring
  • Loading branch information
rkingsbury authored Mar 25, 2024
2 parents 35511bc + 94f2434 commit 0e61747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyEQL/equilibrium.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def adjust_temp_arrhenius(
TODO - add better reference
.. math::
ln(\frac{K2}{K1} = \frac{E_a}{R} ( \frac{1}{T_{1}} - {\frac{1}{T_2}} )
ln(\frac{K2}{K1}) = \frac{E_a}{R} ( \frac{1}{T_{1}} - {\frac{1}{T_2}} )
References:
http://chemwiki.ucdavis.edu/Physical_Chemistry/Kinetics/Reaction_Rates/Temperature_Dependence_of_Reaction_Rates/Arrhenius_Equation
Expand Down

0 comments on commit 0e61747

Please sign in to comment.