Skip to content

Commit

Permalink
Fix typos found by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored and arthurdejong committed Dec 12, 2022
1 parent 4f8155c commit df894c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit df894c3

Please sign in to comment.