mirror of
https://github.com/cloudflare/cloudflare-python.git
synced 2026-01-16 23:01:03 +00:00
chore: slight wording improvement in README (#2640)
This commit is contained in:
parent
ac5db5500d
commit
76884cf76f
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ print(zone.account)
|
|||
|
||||
## 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue