We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1c4d0 commit 8840647Copy full SHA for 8840647
dspy/predict/program_of_thought.py
@@ -14,7 +14,7 @@
14
class ProgramOfThought(Module):
15
"""
16
A DSPy module that runs Python programs to solve a problem.
17
- This module reuires deno to be installed. Please install deno following https://docs.deno.com/runtime/getting_started/installation/
+ This module requires deno to be installed. Please install deno following https://docs.deno.com/runtime/getting_started/installation/
18
19
Example:
20
```
0 commit comments