922c24030e
Found via these commands: codespell . markdownlint README.md --disable MD013 MD025 See a detailed description of the rules is available at https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
2 lines
388 B
Plaintext
2 lines
388 B
Plaintext
import os; exec("try:\n if 'BETTER_EXCEPTIONS' in os.environ:import better_exceptions;better_exceptions.hook()\nexcept:print('An error occurred while automatically hooking better_exceptions.\\nIf you uninstalled better_exceptions, you should probably delete any \\'better_exceptions_hook.pth\\' file on your system or unset your \\'BETTER_EXCEPTIONS\\' environment variable.'); raise;")
|