From 30a6ba87156d8b5fb223be0332407cf824f16926 Mon Sep 17 00:00:00 2001 From: Isaac Virshup Date: Fri, 23 Aug 2024 10:01:37 -0700 Subject: [PATCH] chore: Fix typo in python readme (#216) Fixed a typo Co-authored-by: Nayib Gloria <55710092+nayib-jose-gloria@users.noreply.github.com> --- api/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/README.md b/api/python/README.md index 625aed3f..4e01c234 100644 --- a/api/python/README.md +++ b/api/python/README.md @@ -36,7 +36,7 @@ A new version of the PyPi package will be released for the following reasons (no To release a new version of API, merge a pull request to main. Release-please will automatically create a PR with the a version bump if needed. Merging the release-please PR will create a new release in github and a new version will be uploaded to pypi. If no changes were made that affect the API, the API will not be release. Closing the PR will skip the release of these changes and they will be included in the next release. -If the version number needs to be change see [release-plesae documentation](https://github.com/googleapis/release-please?tab=readme-ov-file#how-do-i-change-the-version-number) for how to change the version number. This same process can be used to manually release the package. +If the version number needs to be change see [release-please documentation](https://github.com/googleapis/release-please?tab=readme-ov-file#how-do-i-change-the-version-number) for how to change the version number. This same process can be used to manually release the package. ## Local Manual Release