Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit 04fc821

Browse files
authoredSep 30, 2021
minor changes
1 parent 5e5217b commit 04fc821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nepse/errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def __str__(self) -> str:
1313

1414
class APIError(NepseException):
1515
def __str__(self) -> str:
16-
return "The data couldn't be fetched from the NEPSE API for this"
16+
return "The data couldn't be fetched from the NEPSE API for this !"
1717

1818

1919
class CompanyNotFound(NotFound):

0 commit comments

Comments
 (0)
This repository has been archived.