Skip to content

Commit

Permalink
Fix for tutorial errors
Browse files Browse the repository at this point in the history
  • Loading branch information
scottslewis committed Jul 25, 2018
1 parent d67cbdd commit aa9e869
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/tutorials/rsa_pythonjava.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit aa9e869

Please sign in to comment.