Fix missing raw string in Cython docstring
This commit is contained in:
parent
d2252037c6
commit
c28bc0235f
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ class FreeFlame(FlameBase):
|
|||
self.set_steady_callback(original_callback)
|
||||
|
||||
def get_flame_speed_reaction_sensitivities(self):
|
||||
"""
|
||||
r"""
|
||||
Compute the normalized sensitivities of the laminar flame speed
|
||||
:math:`S_u` with respect to the reaction rate constants :math:`k_i`:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue