-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
En mensajes de error lanzados ante una excepción, y en documentación, corregir la ortografía del verbo 'to occur'.
Ejemplo, en 'exceptions.py' dice ahora:
class AbacusError(BaseError):
""" An unexpected error ocurred. """
def __init__(self, message = ""):
super(AbacusError, self).__init__("An unexpected error ocurred " + message)
occurred es con doble 'c'
Metadata
Metadata
Assignees
Labels
No labels