Skip to content

Fix typos found by codespell #344

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stdnum/ch/uid.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def check_uid(number, timeout=30): # pragma: no cover
client = get_soap_client(uid_wsdl, timeout)
try:
return client.GetByUID(uid={'uidOrganisationIdCategorie': number[:3], 'uidOrganisationId': number[3:]})[0]
except Exception: # noqa: B902 (excpetion type depends on SOAP client)
except Exception: # noqa: B902 (exception type depends on SOAP client)
# Error responses by the server seem to result in exceptions raised
# by the SOAP client implementation
return
2 changes: 1 addition & 1 deletion stdnum/gh/tin.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
This number is issued by the Ghana Revenue Authority (GRA) to individuals who
are not eligible for the Ghanacard PIN and other entities.

This number consists of 11 alpha-numeric characters. It begins with one of the
This number consists of 11 alphanumeric characters. It begins with one of the
following prefixes:

P00 For Individuals.
Expand Down