Commit acf68ef3

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-04-09 05:49:05
chore: slight wording improvement in README (#2291)
1 parent ee272dd
Changed files (1)
README.md
@@ -351,7 +351,7 @@ response = client.chat.responses.create(
 
 ## File uploads
 
-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)`.
+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)`.
 
 ```python
 from pathlib import Path