Skip to content

Commit

Permalink
remove all references to ActorProxyFuture
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Aug 1, 2015
1 parent 5c5d768 commit 838360f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulsar/async/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def send(target, action, *args, **params):


def spawn(**kwargs):
'''Spawn a new :class:`.Actor` and return an :class:`.ActorProxyFuture`.
'''Spawn a new :class:`.Actor` and return an :class:`~asyncio.Future`.
**Parameter kwargs**
Expand All @@ -72,7 +72,7 @@ def spawn(**kwargs):
* :ref:`actor hooks <actor-hooks>` such as ``start``, ``stopping``
and ``periodic_task``
:return: an :class:`.ActorProxyFuture`.
:return: an :class:`~asyncio.Future`.
A typical usage::
Expand Down

0 comments on commit 838360f

Please sign in to comment.