# HG changeset patch
# User Jeroen Demeyer <jdemeyer@cage.ugent.be>
# Date 1290636803 -3600
# Node ID 7013914e4bfeabdf410dcbdb11dd2141117423e5
# Parent  590eee72b9391ed9f8907a7e6c75a00a9b2ee100
#10324: Cython syntax highlighting for Cython code in sage/gsl/ode.pyx

diff -r 590eee72b939 -r 7013914e4bfe sage/gsl/ode.pyx
--- a/sage/gsl/ode.pyx	Sun Nov 21 14:56:35 2010 +0100
+++ b/sage/gsl/ode.pyx	Wed Nov 24 23:13:23 2010 +0100
@@ -278,11 +278,14 @@
         sage: f(pi)
         0.5379...
 
-    Unfortunately because python functions are used, this solver
-    is slow on system that require many function evaluations.  It
+    Unfortunately because Python functions are used, this solver
+    is slow on systems that require many function evaluations.  It
     is possible to pass a compiled function by deriving from the
-    class ode_sysem and overloading c_f and c_j with C functions
-    that specify the system. The following will work in notebook::
+    class ``ode_sysem`` and overloading ``c_f`` and ``c_j`` with C
+    functions that specify the system. The following will work in the
+    notebook:
+
+    .. code-block:: cython
 
           %cython
           cimport sage.gsl.ode
