Skip to content

Commit 8718057

Browse files
chore: slight wording improvement in README (#148)
1 parent 336bbb6 commit 8718057

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
@@ -123,7 +123,7 @@ print(session.browser_settings)
123123

124124
## File uploads
125125

126-
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)`.
126+
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)`.
127127

128128
```python
129129
from pathlib import Path

0 commit comments

Comments
 (0)