Skip to content

Commit 8840647

Browse files
authored
Fix typo: "reuires" → "requires" in program_of_thought.py (#8477)
1 parent fa1c4d0 commit 8840647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/predict/program_of_thought.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class ProgramOfThought(Module):
1515
"""
1616
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/
17+
This module requires deno to be installed. Please install deno following https://docs.deno.com/runtime/getting_started/installation/
1818
1919
Example:
2020
```

0 commit comments

Comments
 (0)