Skip to content

Commit dbb0fef

Browse files
committed
Silly typo
1 parent f5152fa commit dbb0fef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ for i in range(2):
7979
Roy supports the creation of dynamic multi-agent systems:
8080

8181
```python
82-
from roy import Roy
82+
from roy import Roys
8383
roys = Roys()
8484

8585
# AutoFeedback

quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,7 @@
17631763
"metadata": {},
17641764
"outputs": [],
17651765
"source": [
1766-
"from roy import Roy\n",
1766+
"from roy import Roys\n",
17671767
"roys = Roys()\n",
17681768
"\n",
17691769
"# AutoFeedback\n",

0 commit comments

Comments
 (0)