diff --git a/checks/checkkernel.py b/checks/checkkernel.py index 0a83138..0fcf520 100644 --- a/checks/checkkernel.py +++ b/checks/checkkernel.py @@ -43,7 +43,7 @@ def checkkernel(contents, output=None): std_output+=f"Python versions match\n" md_output+=f"#### SUCCESS: Python versions match; {read_content} -> {notebook_language}\n" else: - std_output+=f"Python versions don't match\n" + std_output+=f"Python versions don`t match\n" md_output+=f"> [!CAUTION]\n" md_output+=f"> ERROR: Different Python versions. {read_content} expected; {notebook_language} received\n"