Skip to content

Commit

Permalink
Fix typo in CFG example
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Dec 20, 2023
1 parent 13137f9 commit ebb0a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ sequence = generator("Write a formula that returns 5 using only additions and su

# It looks like Mistral is not very good at arithmetics :)

print(result)
print(sequence)
# 1+3-2-4+5-7+8-6+9-6+4-2+3+5-1+1
```

Expand Down

0 comments on commit ebb0a16

Please sign in to comment.