Skip to content

Commit

Permalink
Fix SyntaxError in FAQ (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroaki Imoto committed Jun 26, 2021
1 parent d58da94 commit f9df99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Rule and Reaction Rate Laws

Parameter('A_multiplier', 2.0)
Observable('A_total', A())
Expression('kf_A`, A_total * A_multiplier)
Expression('kf_A', A_total * A_multiplier)
Rule('bindA', A(b=None) + A(b=None) >> A(b=1) % A(b=1), kf_A)

Like Parameters, note that Expressions are multiplied by
Expand Down

0 comments on commit f9df99e

Please sign in to comment.