We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941914f commit c5678b3Copy full SHA for c5678b3
README.md
@@ -442,7 +442,6 @@ In the sections below we will give some examples of how to invoke different type
442
To invoke an actor named like the one we defined in section [Getting Started](#getting-started) we could do as follows:
443
444
```python
445
-# Get abstract actor reference called mike
446
actor: ActorRef = Spawn.create_actor_ref(
447
system="spawn-system",
448
actor_name="joe"
0 commit comments