Skip to content

Commit 8056893

Browse files
committed
docs: fix typos in UPGRADING.md
- Remove trailing spaces from heading - Fix redundant phrase "Use pip to install...using pip" - Fix incorrect repository references (replicate-python-stainless -> replicate-python-beta)
1 parent 0c49119 commit 8056893

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ If you encounter any issues, please [share feedback on the GitHub Discussions pa
1313
- v2 beta GitHub discussion: https://github.com/replicate/replicate-python-beta/discussions/89
1414
- HTTP API reference: https://replicate.com/docs/reference/http
1515

16-
## Installing the v2 SDK
16+
## Installing the v2 SDK
1717

18-
Use pip to install the latest pre-release version of the v2 SDK from PyPI using pip:
18+
Install the latest pre-release version of the v2 SDK from PyPI using pip:
1919

2020
```sh
2121
pip install --pre replicate
@@ -612,7 +612,7 @@ print(response.http_response.status_code)
612612
prediction = response.parse()
613613
```
614614

615-
The response object is an [`APIResponse`](https://github.com/replicate/replicate-python-stainless/tree/main/src/replicate/_response.py) instance. See the [README](https://github.com/replicate/replicate-python-stainless#accessing-raw-response-data-eg-headers) for full documentation.
615+
The response object is an [`APIResponse`](https://github.com/replicate/replicate-python-beta/tree/main/src/replicate/_response.py) instance. See the [README](https://github.com/replicate/replicate-python-beta#accessing-raw-response-data-eg-headers) for full documentation.
616616

617617
### Streaming response wrapper
618618

0 commit comments

Comments
 (0)