Skip to content

Commit e020759

Browse files
chore: slight wording improvement in README (#2291)
1 parent a3253dd commit e020759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ response = client.chat.responses.create(
351351

352352
## File uploads
353353

354-
Request parameters that correspond to file uploads can be passed as `bytes`, a [`PathLike`](https://docs.python.org/3/library/os.html#os.PathLike) instance or a tuple of `(filename, contents, media type)`.
354+
Request parameters that correspond to file uploads can be passed as `bytes`, or a [`PathLike`](https://docs.python.org/3/library/os.html#os.PathLike) instance or a tuple of `(filename, contents, media type)`.
355355

356356
```python
357357
from pathlib import Path

0 commit comments

Comments
 (0)