Skip to content

Commit d5d7f2a

Browse files
chore: slight wording improvement in README (#84)
1 parent 29e9d80 commit d5d7f2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ print(create_agent_output.agent_configs)
176176

177177
## File uploads
178178

179-
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)`.
179+
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)`.
180180

181181
```python
182182
from pathlib import Path

0 commit comments

Comments
 (0)