Skip to content

Commit 9f4fe1e

Browse files
chore: slight wording improvement in README (#2291)
1 parent 47f665f commit 9f4fe1e

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
@@ -223,7 +223,7 @@ completion = client.chat.completions.create(
223223

224224
## File uploads
225225

226-
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)`.
226+
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)`.
227227

228228
```python
229229
from pathlib import Path

0 commit comments

Comments
 (0)