Skip to content

Commit df894c3

Browse files
DimitriPapadopoulosarthurdejong
authored andcommitted
Fix typos found by codespell
Closes #344
1 parent 4f8155c commit df894c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stdnum/ch/uid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def check_uid(number, timeout=30): # pragma: no cover
141141
client = get_soap_client(uid_wsdl, timeout)
142142
try:
143143
return client.GetByUID(uid={'uidOrganisationIdCategorie': number[:3], 'uidOrganisationId': number[3:]})[0]
144-
except Exception: # noqa: B902 (excpetion type depends on SOAP client)
144+
except Exception: # noqa: B902 (exception type depends on SOAP client)
145145
# Error responses by the server seem to result in exceptions raised
146146
# by the SOAP client implementation
147147
return

stdnum/gh/tin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
This number is issued by the Ghana Revenue Authority (GRA) to individuals who
2525
are not eligible for the Ghanacard PIN and other entities.
2626
27-
This number consists of 11 alpha-numeric characters. It begins with one of the
27+
This number consists of 11 alphanumeric characters. It begins with one of the
2828
following prefixes:
2929
3030
P00 For Individuals.

0 commit comments

Comments
 (0)