Skip to content

Commit

Permalink
Markup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scottslewis committed Jul 25, 2018
1 parent 30f120e commit 5b42ad9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/tutorials/rsa_pythonjava.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ This output indicates that
1) The Python process connected to the Java process using the Py4j distribution provider
2) RSA discovered and imported the Java-exported HelloImpl service
3) RSA created a Python proxy for the IHello service instance hosted from Java
4) iPOPO injected the IHello proxy into the sample consumer iby
setting the self._helloservice requirement to the IHello proxy
5) Calling the _validate method of the RemoteHelloConsumer class (in n samples/rsa/helloconsumer.py)
4) iPOPO injected the IHello proxy into the sample consumer by setting the self._helloservice requirement to the IHello proxy
5) Calling the _validate method of the RemoteHelloConsumer class (in samples/rsa/helloconsumer.py)

.. code-block:: python
Expand Down

0 comments on commit 5b42ad9

Please sign in to comment.