Merge pull request #15727 from savulchik/patch-3

Improve formatting in faq.rst
This commit is contained in:
Patrik Nordwall 2014-08-29 12:59:51 +02:00
commit f6bf141e97

View file

@ -119,7 +119,7 @@ Observe all the parts you need here:
* ``/user/my/actor/hierarchy/path`` is the absolute path of the remote actor in
the remote systems supervision hierarchy, including the systems guardian
(i.e. ``/user``, there are others e.g. ``/system`` which hosts loggers, ``/temp``
which keeps temporary actor refs used with `ask()`, `/remote` which enables
which keeps temporary actor refs used with :meth:`ask`, ``/remote`` which enables
remote deployment, etc.); this matches how the actor prints its own ``self``
reference on the remote host, e.g. in log output.