Skip to content

Commit

Permalink
docs: improve module's docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Jul 7, 2023
1 parent e32db39 commit 6998ca1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# ------------------------------------------------------------------------------

"""This module contains the behaviours for the 'decision_maker_abci' skill."""
"""This module contains the behaviour for the decision-making of the skill."""

from multiprocessing.pool import AsyncResult
from pathlib import Path
Expand Down Expand Up @@ -49,7 +49,7 @@


class DecisionMakerBehaviour(DecisionMakerBaseBehaviour):
"""A round in which the agents decide which answer they are going to choose for the next bet."""
"""A behaviour in which the agents decide which answer they are going to choose for the next bet."""

matching_round = DecisionMakerRound

Expand Down

0 comments on commit 6998ca1

Please sign in to comment.