From aa9e869b2f2c6a32b3232fbe55aaa91a325d5a75 Mon Sep 17 00:00:00 2001 From: slewis Date: Wed, 25 Jul 2018 15:18:37 -0700 Subject: [PATCH] Fix for tutorial errors --- docs/tutorials/rsa_pythonjava.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/rsa_pythonjava.rst b/docs/tutorials/rsa_pythonjava.rst index c19bcd05..b161648d 100644 --- a/docs/tutorials/rsa_pythonjava.rst +++ b/docs/tutorials/rsa_pythonjava.rst @@ -28,11 +28,13 @@ Starting the Python Sample In the ipopo home directory, start the top-level script for this sample: -$ samples/run_rsa_py4java.py +.. code-block:: none + $ samples/run_rsa_py4java.py or -$ python samples/run_rsa_py4java.py +.. code-block:: none + $ python samples/run_rsa_py4java.py This should produce output to the Python std out like the following: