Skip to content

Commit

Permalink
Merge pull request #51 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Correct a typo in interfaces.py
  • Loading branch information
dataflake committed Oct 14, 2020
2 parents ce25c15 + 6c5e022 commit 1c5c4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/configuration/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]

class InvalidToken(ValidationError):
"""Invaid token in list."""
"""Invalid token in list."""

class IConfigurationContext(Interface):
"""Configuration Context
Expand Down

0 comments on commit 1c5c4f3

Please sign in to comment.