Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit cde2e3e

Browse files
committed
Spelling error.
1 parent 79157ef commit cde2e3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oidcservice/exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = 'roland'
33

44

5-
# The base exception class for oidcservice specific exceptions
5+
# The base exception class for oidc service specific exceptions
66
class OidcServiceError(Exception):
77
def __init__(self, errmsg, content_type="", *args):
88
Exception.__init__(self, errmsg, *args)

0 commit comments

Comments
 (0)