Skip to content

Commit

Permalink
doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-ashkinaze committed Aug 29, 2024
1 parent f816b9a commit fb11222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plurals/deliberation.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,11 +676,11 @@ class Graph(AbstractStructure):
**Examples:**
**Method 1:**
Suppose we have three Agents, and we want to create a graph where the output of the liberal is fed to both the conservative and libertarian.
Then the output of the conservative is fed to the libertarian.
**Method 1:**
.. code-block:: python
Agents = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def read_requirements():

setup(
name="plurals",
version="0.2.20",
version="0.2.21",
description="A package supporting pluralistic multi-agent deliberation.",
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit fb11222

Please sign in to comment.