Skip to content

Commit 05c56d8

Browse files
authored
Merge pull request #506 from aorith/fix/typo-file
docs: typo in reference/model/file
2 parents dcffaa1 + c479444 commit 05c56d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/model/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Write content to a file at the specified path. If the file doesn't exist, it wil
147147
```python
148148
import file
149149

150-
file.size("test.txt", "content")
150+
file.write("test.txt", "content")
151151
```
152152

153153
## read_env

0 commit comments

Comments
 (0)