From c28bc0235f1b8772ce6176adb76b7c96350d248e Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Tue, 3 Jul 2018 07:34:50 -0400 Subject: [PATCH] Fix missing raw string in Cython docstring --- interfaces/cython/cantera/onedim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/cython/cantera/onedim.py b/interfaces/cython/cantera/onedim.py index ea27c8bcf..01d60e33c 100644 --- a/interfaces/cython/cantera/onedim.py +++ b/interfaces/cython/cantera/onedim.py @@ -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`: