From 43b09d49b61e1f66177d10b6589678b0472599c1 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Fri, 22 Feb 2013 07:53:23 +0200 Subject: Fix the highlight in another example. --- Doc/extending/embedding.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/extending/embedding.rst b/Doc/extending/embedding.rst index 44beabf..ae5efc4 100644 --- a/Doc/extending/embedding.rst +++ b/Doc/extending/embedding.rst @@ -140,7 +140,9 @@ The code to run a function defined in a Python script is: This code loads a Python script using ``argv[1]``, and calls the function named in ``argv[2]``. Its integer arguments are the other values of the ``argv`` array. If you compile and link this program (let's call the finished executable -:program:`call`), and use it to execute a Python script, such as:: +:program:`call`), and use it to execute a Python script, such as: + +.. code-block:: python def multiply(a,b): print "Will compute", a, "times", b -- cgit v0.12