From 5fa9c74e341f703ea1e0606c639a1f305a98d089 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 2 May 2024 18:44:41 -0600 Subject: [PATCH] typo Blocklist -> Blockslist --- README.md | 2 +- docs/swarms/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37d9f884..d956493b 100644 --- a/README.md +++ b/README.md @@ -770,7 +770,7 @@ print(f"Task result: {task.result}") -### `BlockList` +### `Blockslist` - Modularity and Flexibility: BlocksList allows users to create custom swarms by adding or removing different classes or functions as blocks. This means users can easily tailor the functionality of their swarm to suit their specific needs. - Ease of Management: With methods to add, remove, update, and retrieve blocks, BlocksList provides a straightforward way to manage the components of a swarm. This makes it easier to maintain and update the swarm over time. diff --git a/docs/swarms/index.md b/docs/swarms/index.md index c3d45d86..f4aa91f4 100644 --- a/docs/swarms/index.md +++ b/docs/swarms/index.md @@ -763,7 +763,7 @@ print(f"Task result: {task.result}") -### `BlockList` +### `BlocksList` - Modularity and Flexibility: BlocksList allows users to create custom swarms by adding or removing different classes or functions as blocks. This means users can easily tailor the functionality of their swarm to suit their specific needs. - Ease of Management: With methods to add, remove, update, and retrieve blocks, BlocksList provides a straightforward way to manage the components of a swarm. This makes it easier to maintain and update the swarm over time.