Skip to content

Commit 2ecb76c

Browse files
chore: slight wording improvement in README (#2640)
1 parent 1a848ad commit 2ecb76c

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
@@ -160,7 +160,7 @@ print(zone.account)
160160

161161
## File uploads
162162

163-
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)`.
163+
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)`.
164164

165165
```python
166166
from pathlib import Path

0 commit comments

Comments
 (0)