Skip to content

Commit ffa46dc

Browse files
bencapjstone-dev
authored andcommitted
Fix Minor Typo in Exceptions Class
1 parent 196c407 commit ffa46dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mavedb/lib/exceptions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import datetime
22
from decimal import Decimal
33

4-
54
NON_FIELD_ERRORS = "__all__"
65

76
_PROTECTED_TYPES = (type(None), int, float, Decimal, datetime.datetime, datetime.date, datetime.time)
@@ -146,6 +145,6 @@ class AmbiguousIdentifierError(ValueError):
146145

147146

148147
class NonexistentIdentifierError(ValueError):
149-
"""Raised when a user tries to create a publication with an ambiguous identifier"""
148+
"""Raised when a user tries to create a publication with a non-existent identifier"""
150149

151150
pass

0 commit comments

Comments
 (0)