Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling mistake for UnknownGrpcStatusCodeError #307

Open
ohmycaptainnemo opened this issue Jun 6, 2022 · 0 comments
Open

Spelling mistake for UnknownGrpcStatusCodeError #307

ohmycaptainnemo opened this issue Jun 6, 2022 · 0 comments

Comments

@ohmycaptainnemo
Copy link

Describe the bug
Hi all. Love the project. This is really not a bug, but rather a spelling mistake I came across and I thought maybe whoever is doing the next pull request should just fix it if that is ok?

To Reproduce
I came across this while trying to catch an UnknownGrpcStatusCodeError which is misspelled as UnkownGrpcStatusCodeError.

class UnkownGrpcStatusCodeError(PyZeebeError):

Expected behavior
UnkownGrpcStatusCodeError should be changed to UnknownGrpcStatusCodeError here:

class UnkownGrpcStatusCodeError(PyZeebeError):

Screenshots
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant