Merge pull request #66 from Mimori256/patch-2

fix a typo
This commit is contained in:
Jovial Joe Jayarson 2021-08-14 11:03:35 +05:30 committed by GitHub
commit 98f62d0aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ try:
# python -m unittest discover
from main import make_graph, generate_new_readme, decode_readme
except Exception as e:
print("Error: missing 'main.py'\nTrying ablsolute import...")
print("Error: missing 'main.py'\nTrying absolute import...")
class TestMain(unittest.TestCase):