Skip to content

Commit 9424bae

Browse files
chore: slight wording improvement in README (#199)
1 parent 133aa56 commit 9424bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ print(response.chat_role)
155155

156156
## File uploads
157157

158-
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)`.
158+
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)`.
159159

160160
```python
161161
from pathlib import Path

0 commit comments

Comments
 (0)