Skip to content

Commit

Permalink
fix: typo in reference/model/file
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Sanchez Pinar <[email protected]>
  • Loading branch information
aorith committed Feb 26, 2025
1 parent dcffaa1 commit c479444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/model/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Write content to a file at the specified path. If the file doesn't exist, it wil
```python
import file

file.size("test.txt", "content")
file.write("test.txt", "content")
```

## read_env
Expand Down

0 comments on commit c479444

Please sign in to comment.