Skip to content

Commit 2f34a1c

Browse files
committed
Run spell check tools to fix typos:
gihub > github hehavior > behavior quanity > quantity
1 parent 6ce1ac4 commit 2f34a1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

devel/release.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pypi.
99
There are some hot issues with the client generation that require manual fixes.
1010
***The steps in this section should be performed after you finished the section "Update release tags".***
1111

12-
1. Restore custom object patch hehavior. You should apply [this commit](https://github.com/kubernetes-client/python/pull/995/commits/9959273625b999ae9a8f0679c4def2ee7d699ede)
12+
1. Restore custom object patch behavior. You should apply [this commit](https://github.com/kubernetes-client/python/pull/995/commits/9959273625b999ae9a8f0679c4def2ee7d699ede)
1313
to ensure custom object patch behavior is backwards compatible. For more
1414
details, see [#866](https://github.com/kubernetes-client/python/issues/866) and
1515
[#959](https://github.com/kubernetes-client/python/pull/959).
@@ -163,7 +163,7 @@ twine upload dist/*
163163

164164
## Create github release
165165

166-
Create a gihub release by starting from
166+
Create a github release by starting from
167167
[this page](https://github.com/kubernetes-client/python/releases).
168168
Click the `Draft a new release button`. Name the tag the same as CLIENT_VERSION. Change
169169
the target branch to "release-x.y". If the release is a pre-release, check the

kubernetes/utils/quantity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def parse_quantity(quantity):
2424
See https://github.com/kubernetes/apimachinery/blob/master/pkg/api/resource/quantity.go
2525
2626
Input:
27-
quanity: string. kubernetes canonical form quantity
27+
quantity: string. kubernetes canonical form quantity
2828
2929
Returns:
3030
Decimal

0 commit comments

Comments
 (0)