Skip to content

Commit

Permalink
Merge pull request #108 from DJAxel/usage.rst_type_patch
Browse files Browse the repository at this point in the history
Fix usage.rst type
  • Loading branch information
javipalanca committed Sep 15, 2023
2 parents 472b21c + e87fa7c commit 453be47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Creating an agent from within another agent
-------------------------------------------

There is a common use case where you may need to create an agent from within another agent, that is, from within another
agent's behaviour. This is a common case where ```start`` must be called with an ``await`` statement in order to work properly. Example::
agent's behaviour. This is a common case where ``start`` must be called with an ``await`` statement in order to work properly. Example::

import spade
from spade.agent import Agent
Expand Down

0 comments on commit 453be47

Please sign in to comment.