Skip to content

Commit c40603c

Browse files
chore: slight wording improvement in README (#148)
1 parent 2d46582 commit c40603c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ print(session.browser_settings)
136136

137137
## File uploads
138138

139-
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)`.
139+
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)`.
140140

141141
```python
142142
from pathlib import Path

0 commit comments

Comments
 (0)