Skip to content

Commit

Permalink
Merge pull request #109 from DJAxel/extending.rst_typo_patch
Browse files Browse the repository at this point in the history
Fix atention typo in extending.rst
  • Loading branch information
javipalanca authored Sep 15, 2023
2 parents 453be47 + 6a635f7 commit 7308bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ New Behaviours
--------------

Developing new behaviours is as easy as creating a new class that inherits from ``spade.behaviour.CyclicBehaviour`` (or
any of its subclassed behaviours) and overload the methods that are needed. Pay atention to the methods that are related
any of its subclassed behaviours) and overload the methods that are needed. Pay attention to the methods that are related
with the control flow of a behaviour like ``_step``, ``done`` and ``_run``. And remember that you *should not* overload
the methods that are reserved for the user to be overloaded: ``on_start``, ``run`` and ``on_end``.

Expand Down

0 comments on commit 7308bc9

Please sign in to comment.